Mercurial > libavcodec.hg
diff avcodec.h @ 2501:236562127b89 libavcodec
seperate bitstream encoding skip from PASS1 flag
author | michael |
---|---|
date | Sun, 06 Feb 2005 10:36:07 +0000 |
parents | 36d70fbb31c5 |
children | 0334caf0f0ce |
line wrap: on
line diff
--- a/avcodec.h Fri Feb 04 11:53:35 2005 +0000 +++ b/avcodec.h Sun Feb 06 10:36:07 2005 +0000 @@ -321,6 +321,7 @@ #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)