comparison avcodec.h @ 2501:236562127b89 libavcodec

seperate bitstream encoding skip from PASS1 flag
author michael
date Sun, 06 Feb 2005 10:36:07 +0000
parents 36d70fbb31c5
children 0334caf0f0ce
comparison
equal deleted inserted replaced
2500:99b1de0018bb 2501:236562127b89
319 #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation 319 #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation
320 #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< will reserve space for SVCD scan offset user data 320 #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< will reserve space for SVCD scan offset user data
321 #define CODEC_FLAG_CLOSED_GOP 0x80000000 321 #define CODEC_FLAG_CLOSED_GOP 0x80000000
322 #define CODEC_FLAG2_FAST 0x00000001 ///< allow non spec compliant speedup tricks 322 #define CODEC_FLAG2_FAST 0x00000001 ///< allow non spec compliant speedup tricks
323 #define CODEC_FLAG2_STRICT_GOP 0x00000002 ///< strictly enforce GOP size 323 #define CODEC_FLAG2_STRICT_GOP 0x00000002 ///< strictly enforce GOP size
324 #define CODEC_FLAG2_NO_OUTPUT 0x00000004 ///< skip bitstream encoding
324 325
325 /* Unsupported options : 326 /* Unsupported options :
326 * Syntax Arithmetic coding (SAC) 327 * Syntax Arithmetic coding (SAC)
327 * Reference Picture Selection 328 * Reference Picture Selection
328 * Independant Segment Decoding */ 329 * Independant Segment Decoding */