diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-27 10:16:14 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-31 13:24:16 +0200 |
commit | 0cc06b9e23bc798b1af3302d095db23f000a97e6 (patch) | |
tree | 774fdc6a056f34d84ea3fe8a462e4f7aa780911a /libavcodec/avcodec.h | |
parent | 0dc5e12f1e16d22aca861d42de9c4fd400df46ae (diff) | |
download | ffmpeg-0cc06b9e23bc798b1af3302d095db23f000a97e6.tar.gz |
snow: add 'memc_only' private option.
Deprecate CODEC_FLAG2_MEMC_ONLY
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f59b850c35..2059fd7f9b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -619,7 +619,9 @@ typedef struct RcOverride{ #if FF_API_MPEGVIDEO_GLOBAL_OPTS #define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< Use MPEG-2 intra VLC table. #endif +#if FF_API_SNOW_GLOBAL_OPTS #define CODEC_FLAG2_MEMC_ONLY 0x00001000 ///< Only do ME/MC (I frames -> ref, P frame -> ME+MC). +#endif #if FF_API_MPEGVIDEO_GLOBAL_OPTS #define CODEC_FLAG2_DROP_FRAME_TIMECODE 0x00002000 ///< timecode is in drop frame format. #endif |