diff avcodec.h @ 697:c622224012f0 libavcodec

mpeg4 interlaced dct encoding
author michaelni
date Thu, 26 Sep 2002 00:22:25 +0000
parents b6a7ff92df57
children 0fb4c66527e1
line wrap: on
line diff
--- a/avcodec.h	Tue Sep 24 23:57:17 2002 +0000
+++ b/avcodec.h	Thu Sep 26 00:22:25 2002 +0000
@@ -5,8 +5,8 @@
 
 #define LIBAVCODEC_VERSION_INT 0x000406
 #define LIBAVCODEC_VERSION     "0.4.6"
-#define LIBAVCODEC_BUILD       4626
-#define LIBAVCODEC_BUILD_STR   "4626"
+#define LIBAVCODEC_BUILD       4627
+#define LIBAVCODEC_BUILD_STR   "4627"
 
 enum CodecID {
     CODEC_ID_NONE, 
@@ -124,6 +124,7 @@
 #define CODEC_FLAG_NOT_TRUNCATED  0x00010000 /* input bitstream is not truncated, except before a startcode 
                                                 allows the last part of a frame to be decoded earlier */
 #define CODEC_FLAG_NORMALIZE_AQP  0x00020000 /* normalize adaptive quantization */
+#define CODEC_FLAG_INTERLACED_DCT 0x00040000 /* use interlaced dct */
 
 /* codec capabilities */