comparison 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
comparison
equal deleted inserted replaced
2200:733c60a6e30c 2201:ccff80bb955f
281 #define CODEC_FLAG_LOOP_FILTER 0x00000800 ///< loop filter 281 #define CODEC_FLAG_LOOP_FILTER 0x00000800 ///< loop filter
282 #define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000 282 #define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000
283 #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation 283 #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation
284 #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< will reserve space for SVCD scan offset user data 284 #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< will reserve space for SVCD scan offset user data
285 #define CODEC_FLAG_CLOSED_GOP 0x80000000 285 #define CODEC_FLAG_CLOSED_GOP 0x80000000
286 #define CODEC_FLAG2_FAST 0x00000001 ///< allow non spec compliant speedup tricks
287
286 /* Unsupported options : 288 /* Unsupported options :
287 * Syntax Arithmetic coding (SAC) 289 * Syntax Arithmetic coding (SAC)
288 * Reference Picture Selection 290 * Reference Picture Selection
289 * Independant Segment Decoding */ 291 * Independant Segment Decoding */
290 /* /Fx */ 292 /* /Fx */