comparison avcodec.h @ 10658:8a7d79132993 libavcodec

Add MBtree support for libx264 Patch by Erik Slagter
author darkshikari
date Tue, 08 Dec 2009 20:01:46 +0000
parents 7ca185b4bc42
children 85b5e57f5959
comparison
equal deleted inserted replaced
10657:168ea860d58f 10658:8a7d79132993
578 #define CODEC_FLAG2_DROP_FRAME_TIMECODE 0x00002000 ///< timecode is in drop frame format. 578 #define CODEC_FLAG2_DROP_FRAME_TIMECODE 0x00002000 ///< timecode is in drop frame format.
579 #define CODEC_FLAG2_SKIP_RD 0x00004000 ///< RD optimal MB level residual skipping 579 #define CODEC_FLAG2_SKIP_RD 0x00004000 ///< RD optimal MB level residual skipping
580 #define CODEC_FLAG2_CHUNKS 0x00008000 ///< Input bitstream might be truncated at a packet boundaries instead of only at frame boundaries. 580 #define CODEC_FLAG2_CHUNKS 0x00008000 ///< Input bitstream might be truncated at a packet boundaries instead of only at frame boundaries.
581 #define CODEC_FLAG2_NON_LINEAR_QUANT 0x00010000 ///< Use MPEG-2 nonlinear quantizer. 581 #define CODEC_FLAG2_NON_LINEAR_QUANT 0x00010000 ///< Use MPEG-2 nonlinear quantizer.
582 #define CODEC_FLAG2_BIT_RESERVOIR 0x00020000 ///< Use a bit reservoir when encoding if possible 582 #define CODEC_FLAG2_BIT_RESERVOIR 0x00020000 ///< Use a bit reservoir when encoding if possible
583 #define CODEC_FLAG2_MBTREE 0x00040000 ///< Use macroblock tree ratecontrol (x264 only)
583 584
584 /* Unsupported options : 585 /* Unsupported options :
585 * Syntax Arithmetic coding (SAC) 586 * Syntax Arithmetic coding (SAC)
586 * Reference Picture Selection 587 * Reference Picture Selection
587 * Independent Segment Decoding */ 588 * Independent Segment Decoding */