comparison avcodec.h @ 2298:3a8e557a8226 libavcodec

support strictly enforcing gop size
author michael
date Fri, 15 Oct 2004 02:37:04 +0000
parents 2b75dff01118
children 072fc321fbe6
comparison
equal deleted inserted replaced
2297:41b5a7bd9a96 2298:3a8e557a8226
294 #define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000 294 #define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000
295 #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation 295 #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation
296 #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< will reserve space for SVCD scan offset user data 296 #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< will reserve space for SVCD scan offset user data
297 #define CODEC_FLAG_CLOSED_GOP 0x80000000 297 #define CODEC_FLAG_CLOSED_GOP 0x80000000
298 #define CODEC_FLAG2_FAST 0x00000001 ///< allow non spec compliant speedup tricks 298 #define CODEC_FLAG2_FAST 0x00000001 ///< allow non spec compliant speedup tricks
299 #define CODEC_FLAG2_STRICT_GOP 0x00000002 ///< strictly enforce GOP size
299 300
300 /* Unsupported options : 301 /* Unsupported options :
301 * Syntax Arithmetic coding (SAC) 302 * Syntax Arithmetic coding (SAC)
302 * Reference Picture Selection 303 * Reference Picture Selection
303 * Independant Segment Decoding */ 304 * Independant Segment Decoding */