diff options
Diffstat (limited to 'libavcodec/svq1_cb.h')
-rw-r--r-- | libavcodec/svq1_cb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/svq1_cb.h b/libavcodec/svq1_cb.h index f4a4054..87ac71e 100644 --- a/libavcodec/svq1_cb.h +++ b/libavcodec/svq1_cb.h @@ -28,8 +28,8 @@ * svq1 code books. */ -#ifndef FFMPEG_SVQ1_CB_H -#define FFMPEG_SVQ1_CB_H +#ifndef AVCODEC_SVQ1_CB_H +#define AVCODEC_SVQ1_CB_H #include <stdint.h> #include <stdlib.h> @@ -1520,4 +1520,4 @@ const int8_t* const ff_svq1_intra_codebooks[6] = { NULL, NULL, }; -#endif /* FFMPEG_SVQ1_CB_H */ +#endif /* AVCODEC_SVQ1_CB_H */ |