aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-01-09 20:42:37 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-01-09 20:42:37 +0000
commitdb794953762b813d506501b3f6f4796ffd423a65 (patch)
tree1f7fa9477e2644725fa1f76a8c2effa0abc299f5 /libavcodec/avcodec.h
parent2826984994807ef03d559da119594eddb8331651 (diff)
downloadffmpeg-db794953762b813d506501b3f6f4796ffd423a65.tar.gz
qpel fix
Originally committed as revision 1426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index fd7eafbd4f..06603e3596 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -5,8 +5,8 @@
#define LIBAVCODEC_VERSION_INT 0x000406
#define LIBAVCODEC_VERSION "0.4.6"
-#define LIBAVCODEC_BUILD 4652
-#define LIBAVCODEC_BUILD_STR "4652"
+#define LIBAVCODEC_BUILD 4653
+#define LIBAVCODEC_BUILD_STR "4653"
enum CodecID {
CODEC_ID_NONE,
@@ -520,6 +520,7 @@ typedef struct AVCodecContext {
#define FF_BUG_NO_PADDING 16
#define FF_BUG_AC_VLC 32
#define FF_BUG_QPEL_CHROMA 64
+#define FF_BUG_STD_QPEL 128
//#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100%
/**