aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-02-08 18:23:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-02-08 18:23:39 +0000
commitc40c34828a1dc775225bdd7b0d6f04cc24deaa7a (patch)
treecd5fa454a820883ea4aaa80049e307248130c4c3 /libavcodec/avcodec.h
parent16e83cbbc4023ab89c0ac7c193ab02e22ce72790 (diff)
downloadffmpeg-c40c34828a1dc775225bdd7b0d6f04cc24deaa7a.tar.gz
direct blocksize in bframes fix (might fix qpel+bframe bug)
Originally committed as revision 1557 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 6e7b0d4837..c5fd425e3c 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -16,8 +16,8 @@ extern "C" {
#define LIBAVCODEC_VERSION_INT 0x000406
#define LIBAVCODEC_VERSION "0.4.6"
-#define LIBAVCODEC_BUILD 4654
-#define LIBAVCODEC_BUILD_STR "4654"
+#define LIBAVCODEC_BUILD 4655
+#define LIBAVCODEC_BUILD_STR "4655"
enum CodecID {
CODEC_ID_NONE,
@@ -531,6 +531,7 @@ typedef struct AVCodecContext {
#define FF_BUG_QPEL_CHROMA 64
#define FF_BUG_STD_QPEL 128
#define FF_BUG_QPEL_CHROMA2 256
+#define FF_BUG_DIRECT_BLOCKSIZE 512
//#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100%
/**