diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-09-02 15:30:46 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-09-02 15:30:46 +0000 |
commit | 6fc5b059b84d93feb4749eb01318b2349b7e795b (patch) | |
tree | 402e6b54f1dad928b7b020bf7b868e06438c4ef1 /libavcodec/avcodec.h | |
parent | bf0669aa8712842af354c99d572503f0fc66baaa (diff) | |
download | ffmpeg-6fc5b059b84d93feb4749eb01318b2349b7e795b.tar.gz |
optional non spec compliant optimizations
Originally committed as revision 3429 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 e2da0f85a2..76bc946f3a 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -283,6 +283,8 @@ extern int motion_estimation_method; #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< will reserve space for SVCD scan offset user data #define CODEC_FLAG_CLOSED_GOP 0x80000000 +#define CODEC_FLAG2_FAST 0x00000001 ///< allow non spec compliant speedup tricks + /* Unsupported options : * Syntax Arithmetic coding (SAC) * Reference Picture Selection |