summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-02-06 10:36:07 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-02-06 10:36:07 +0000
commit09b0499f1b28d3b2657fd2bda809b5204ac4ab55 (patch)
treeb4db285c4350064f697138903026b02216211eba /libavcodec/avcodec.h
parent360130378b4a0029a2a341398b08a7d7acfe85d5 (diff)
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.h1
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)