diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-12-06 17:04:23 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2006-12-06 17:04:23 +0000 |
commit | d3075ed50264033a476552b8d0616547b63b4331 (patch) | |
tree | 23b229a9c1ee93b85aa6ab46541ab451a8f28d9d /libavcodec/avcodec.h | |
parent | 8533284daeccd769670be4e58a36313a23afdaa4 (diff) | |
download | ffmpeg-d3075ed50264033a476552b8d0616547b63b4331.tar.gz |
Add "mixed_refs" description suggested by Loren Merritt and update accompanying
comment in the code.
Originally committed as revision 7235 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 96ea77ae96..21e81dd1ae 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -365,7 +365,7 @@ typedef struct RcOverride{ #define CODEC_FLAG2_LOCAL_HEADER 0x00000008 ///< place global headers at every keyframe instead of in extradata #define CODEC_FLAG2_BPYRAMID 0x00000010 ///< H.264 allow b-frames to be used as references #define CODEC_FLAG2_WPRED 0x00000020 ///< H.264 weighted biprediction for b-frames -#define CODEC_FLAG2_MIXED_REFS 0x00000040 ///< H.264 multiple references per partition +#define CODEC_FLAG2_MIXED_REFS 0x00000040 ///< H.264 one reference per partition, as opposed to one reference per macroblock #define CODEC_FLAG2_8X8DCT 0x00000080 ///< H.264 high profile 8x8 transform #define CODEC_FLAG2_FASTPSKIP 0x00000100 ///< H.264 fast pskip #define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters |