diff avcodec.h @ 2201:ccff80bb955f libavcodec

optional non spec compliant optimizations
author michael
date Thu, 02 Sep 2004 15:30:46 +0000
parents 3378d0677903
children dff53892ff8a
line wrap: on
line diff
--- a/avcodec.h	Thu Sep 02 10:49:54 2004 +0000
+++ b/avcodec.h	Thu Sep 02 15:30:46 2004 +0000
@@ -283,6 +283,8 @@
 #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