diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-12-17 19:29:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-12-17 19:29:13 +0000 |
commit | 1ba8f5ebac45a4fd523ed9756a041a46bd142ef4 (patch) | |
tree | f74a011159507a9e6b59ea6453a33bebcbfcbcf5 /libavcodec/avcodec.h | |
parent | bafc102b601c54b4bd3ab7656a21963c7c9492aa (diff) | |
download | ffmpeg-1ba8f5ebac45a4fd523ed9756a041a46bd142ef4.tar.gz |
another comment ->doxy
Originally committed as revision 11257 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 7edb101e23..843eccfa94 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -377,9 +377,11 @@ typedef struct RcOverride{ #define CODEC_FLAG_GMC 0x0020 ///< Use GMC. #define CODEC_FLAG_MV0 0x0040 ///< Always try a MB with MV=<0,0>. #define CODEC_FLAG_PART 0x0080 ///< Use data partitioning. -/* The parent program guarantees that the input for B-frames containing +/** + * The parent program guarantees that the input for B-frames containing * streams is not written to for at least s->max_b_frames+1 frames, if - * this is not set the input will be copied. */ + * this is not set the input will be copied. + */ #define CODEC_FLAG_INPUT_PRESERVED 0x0100 #define CODEC_FLAG_PASS1 0x0200 ///< Use internal 2pass ratecontrol in first pass mode. #define CODEC_FLAG_PASS2 0x0400 ///< Use internal 2pass ratecontrol in second pass mode. |