comparison avcodec.h @ 4273:73abe5df48ea libavcodec

Add "mixed_refs" description suggested by Loren Merritt and update accompanying comment in the code.
author takis
date Wed, 06 Dec 2006 17:04:23 +0000
parents e10af5bd6ff2
children 07625477adfa
comparison
equal deleted inserted replaced
4272:41a4841117d2 4273:73abe5df48ea
363 #define CODEC_FLAG2_STRICT_GOP 0x00000002 ///< strictly enforce GOP size 363 #define CODEC_FLAG2_STRICT_GOP 0x00000002 ///< strictly enforce GOP size
364 #define CODEC_FLAG2_NO_OUTPUT 0x00000004 ///< skip bitstream encoding 364 #define CODEC_FLAG2_NO_OUTPUT 0x00000004 ///< skip bitstream encoding
365 #define CODEC_FLAG2_LOCAL_HEADER 0x00000008 ///< place global headers at every keyframe instead of in extradata 365 #define CODEC_FLAG2_LOCAL_HEADER 0x00000008 ///< place global headers at every keyframe instead of in extradata
366 #define CODEC_FLAG2_BPYRAMID 0x00000010 ///< H.264 allow b-frames to be used as references 366 #define CODEC_FLAG2_BPYRAMID 0x00000010 ///< H.264 allow b-frames to be used as references
367 #define CODEC_FLAG2_WPRED 0x00000020 ///< H.264 weighted biprediction for b-frames 367 #define CODEC_FLAG2_WPRED 0x00000020 ///< H.264 weighted biprediction for b-frames
368 #define CODEC_FLAG2_MIXED_REFS 0x00000040 ///< H.264 multiple references per partition 368 #define CODEC_FLAG2_MIXED_REFS 0x00000040 ///< H.264 one reference per partition, as opposed to one reference per macroblock
369 #define CODEC_FLAG2_8X8DCT 0x00000080 ///< H.264 high profile 8x8 transform 369 #define CODEC_FLAG2_8X8DCT 0x00000080 ///< H.264 high profile 8x8 transform
370 #define CODEC_FLAG2_FASTPSKIP 0x00000100 ///< H.264 fast pskip 370 #define CODEC_FLAG2_FASTPSKIP 0x00000100 ///< H.264 fast pskip
371 #define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters 371 #define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters
372 #define CODEC_FLAG2_BRDO 0x00000400 ///< b-frame rate-distortion optimization 372 #define CODEC_FLAG2_BRDO 0x00000400 ///< b-frame rate-distortion optimization
373 #define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< use MPEG-2 intra VLC table 373 #define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< use MPEG-2 intra VLC table