summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-02-02 23:34:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-02-02 23:34:30 +0000
commit36df88058135607162d25b73cab93e19b0a8cb76 (patch)
treeef1e8fa9fc8e4427d9684439e262ee6245040dad /libavcodec/avcodec.h
parentfa7773216ad6091edbabfc2d3d2a3ef4f6128094 (diff)
downloadffmpeg-streaming-36df88058135607162d25b73cab93e19b0a8cb76.zip
ffmpeg-streaming-36df88058135607162d25b73cab93e19b0a8cb76.tar.gz
divx503 decoding fix
Originally committed as revision 1538 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 6ee2b84..6e7b0d4 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1,6 +1,13 @@
#ifndef AVCODEC_H
#define AVCODEC_H
+/**
+ * @file avcodec.h
+ * @brief
+ * external api header
+ */
+
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -523,6 +530,7 @@ typedef struct AVCodecContext {
#define FF_BUG_AC_VLC 32
#define FF_BUG_QPEL_CHROMA 64
#define FF_BUG_STD_QPEL 128
+#define FF_BUG_QPEL_CHROMA2 256
//#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100%
/**
OpenPOWER on IntegriCloud