diff options
Diffstat (limited to 'libavcodec/rv34vlc.h')
-rw-r--r-- | libavcodec/rv34vlc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/rv34vlc.h b/libavcodec/rv34vlc.h index ef3cfba..ffee907 100644 --- a/libavcodec/rv34vlc.h +++ b/libavcodec/rv34vlc.h @@ -24,8 +24,8 @@ * RV30/40 VLC tables */ -#ifndef FFMPEG_RV34VLC_H -#define FFMPEG_RV34VLC_H +#ifndef AVCODEC_RV34VLC_H +#define AVCODEC_RV34VLC_H #include <stdint.h> @@ -4051,4 +4051,4 @@ static const uint8_t rv34_inter_coeff[NUM_INTER_TABLES][COEFF_VLC_SIZE] = { } }; -#endif /* FFMPEG_RV34VLC_H */ +#endif /* AVCODEC_RV34VLC_H */ |