comparison avcodec.h @ 1053:f07fd48c23d4 libavcodec

direct blocksize in bframes fix (might fix qpel+bframe bug)
author michaelni
date Sat, 08 Feb 2003 18:23:39 +0000
parents 75a659fae7e0
children f874e2122d45
comparison
equal deleted inserted replaced
1052:f529b09e64b7 1053:f07fd48c23d4
14 14
15 #include "common.h" 15 #include "common.h"
16 16
17 #define LIBAVCODEC_VERSION_INT 0x000406 17 #define LIBAVCODEC_VERSION_INT 0x000406
18 #define LIBAVCODEC_VERSION "0.4.6" 18 #define LIBAVCODEC_VERSION "0.4.6"
19 #define LIBAVCODEC_BUILD 4654 19 #define LIBAVCODEC_BUILD 4655
20 #define LIBAVCODEC_BUILD_STR "4654" 20 #define LIBAVCODEC_BUILD_STR "4655"
21 21
22 enum CodecID { 22 enum CodecID {
23 CODEC_ID_NONE, 23 CODEC_ID_NONE,
24 CODEC_ID_MPEG1VIDEO, 24 CODEC_ID_MPEG1VIDEO,
25 CODEC_ID_H263, 25 CODEC_ID_H263,
529 #define FF_BUG_NO_PADDING 16 529 #define FF_BUG_NO_PADDING 16
530 #define FF_BUG_AC_VLC 32 530 #define FF_BUG_AC_VLC 32
531 #define FF_BUG_QPEL_CHROMA 64 531 #define FF_BUG_QPEL_CHROMA 64
532 #define FF_BUG_STD_QPEL 128 532 #define FF_BUG_STD_QPEL 128
533 #define FF_BUG_QPEL_CHROMA2 256 533 #define FF_BUG_QPEL_CHROMA2 256
534 #define FF_BUG_DIRECT_BLOCKSIZE 512
534 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100% 535 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100%
535 536
536 /** 537 /**
537 * encoding: set by user 538 * encoding: set by user
538 * decoding: unused 539 * decoding: unused