diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-24 16:26:15 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-31 10:26:21 +0200 |
commit | 7485e547080baafdb61a8d0e7c50d8a1598bbcb6 (patch) | |
tree | 19dac56a407b634d1c5c8c53ddd89e3038aff813 /libavcodec | |
parent | cf90c5d0e0a48cbc63cd3355b2fa77a5545f0c2b (diff) | |
download | ffmpeg-7485e547080baafdb61a8d0e7c50d8a1598bbcb6.tar.gz |
lavc: deprecate CODEC_FLAG2_BRDO
It's been unused for the last 3 years.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index d5a4cf34b6..e9cf0eaa8a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -614,8 +614,8 @@ typedef struct RcOverride{ #define CODEC_FLAG2_8X8DCT 0x00000080 ///< H.264 high profile 8x8 transform #define CODEC_FLAG2_FASTPSKIP 0x00000100 ///< H.264 fast pskip #define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters -#endif #define CODEC_FLAG2_BRDO 0x00000400 ///< B-frame rate-distortion optimization +#endif #define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< Use MPEG-2 intra VLC table. #define CODEC_FLAG2_MEMC_ONLY 0x00001000 ///< Only do ME/MC (I frames -> ref, P frame -> ME+MC). #define CODEC_FLAG2_DROP_FRAME_TIMECODE 0x00002000 ///< timecode is in drop frame format. |