diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-02-06 10:36:07 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-02-06 10:36:07 +0000 |
commit | 09b0499f1b28d3b2657fd2bda809b5204ac4ab55 (patch) | |
tree | b4db285c4350064f697138903026b02216211eba /libavcodec/avcodec.h | |
parent | 360130378b4a0029a2a341398b08a7d7acfe85d5 (diff) | |
download | ffmpeg-09b0499f1b28d3b2657fd2bda809b5204ac4ab55.tar.gz |
seperate bitstream encoding skip from PASS1 flag
Originally committed as revision 3938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 826b227df5..9a32df7707 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -321,6 +321,7 @@ extern int motion_estimation_method; #define CODEC_FLAG_CLOSED_GOP 0x80000000 #define CODEC_FLAG2_FAST 0x00000001 ///< allow non spec compliant speedup tricks #define CODEC_FLAG2_STRICT_GOP 0x00000002 ///< strictly enforce GOP size +#define CODEC_FLAG2_NO_OUTPUT 0x00000004 ///< skip bitstream encoding /* Unsupported options : * Syntax Arithmetic coding (SAC) |