diff avcodec.h @ 3305:ceb221c4eca7 libavcodec

add MPEG-2 intra vlc support
author bcoudurier
date Sat, 13 May 2006 17:16:58 +0000
parents f1bcb9ae510b
children 726ab1038351
line wrap: on
line diff
--- a/avcodec.h	Sat May 13 15:43:51 2006 +0000
+++ b/avcodec.h	Sat May 13 17:16:58 2006 +0000
@@ -341,6 +341,7 @@
 #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)