Mercurial > libavcodec.hg
diff avcodec.h @ 4621:5464e5021a67 libavcodec
dummy support for mpeg2 non linear quant
| author | bcoudurier |
|---|---|
| date | Sun, 04 Mar 2007 02:26:20 +0000 |
| parents | 8036b117ae26 |
| children | e541c0dd35dd |
line wrap: on
line diff
--- a/avcodec.h Sat Mar 03 21:33:33 2007 +0000 +++ b/avcodec.h Sun Mar 04 02:26:20 2007 +0000 @@ -37,8 +37,8 @@ #define AV_STRINGIFY(s) AV_TOSTRING(s) #define AV_TOSTRING(s) #s -#define LIBAVCODEC_VERSION_INT ((51<<16)+(36<<8)+0) -#define LIBAVCODEC_VERSION 51.36.0 +#define LIBAVCODEC_VERSION_INT ((51<<16)+(37<<8)+0) +#define LIBAVCODEC_VERSION 51.37.0 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) @@ -385,6 +385,7 @@ #define CODEC_FLAG2_DROP_FRAME_TIMECODE 0x00002000 ///< timecode is in drop frame format #define CODEC_FLAG2_SKIP_RD 0x00004000 ///< RD optimal MB level residual skiping #define CODEC_FLAG2_CHUNKS 0x00008000 ///< input bitstream might be truncated at a packet boundaries instead of only at frame boundaries +#define CODEC_FLAG2_NON_LINEAR_QUANT 0x00010000 ///< use MPEG-2 non linear quantizer /* Unsupported options : * Syntax Arithmetic coding (SAC)
