diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-05-13 17:16:58 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-05-13 17:16:58 +0000 |
commit | 307eb248794057e86028a6468ddf257c915151cc (patch) | |
tree | 27fefe5001d337f593c27f180e0f60d12ccb9ec9 /libavcodec/avcodec.h | |
parent | d634aa2095b878f01877c4702a655bb0ecc2645a (diff) | |
download | ffmpeg-307eb248794057e86028a6468ddf257c915151cc.tar.gz |
add MPEG-2 intra vlc support
Originally committed as revision 5372 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 a5eb93b008..16b13a3136 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -341,6 +341,7 @@ extern int motion_estimation_method; #define CODEC_FLAG2_FASTPSKIP 0x00000100 ///< H.264 fast pskip #define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters #define CODEC_FLAG2_BRDO 0x00000400 ///< b-frame rate-distortion optimization +#define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< use MPEG-2 intra VLC table /* Unsupported options : * Syntax Arithmetic coding (SAC) |