comparison avcodec.h @ 2004:ec6bfd8d92fc libavcodec

support decoding mpeg4 with buggy dc clipping
author michael
date Wed, 05 May 2004 19:53:40 +0000
parents b737b5e96ee0
children 28d3f73aa254
comparison
equal deleted inserted replaced
2003:16ac9630317d 2004:ec6bfd8d92fc
15 #include "rational.h" 15 #include "rational.h"
16 #include <sys/types.h> /* size_t */ 16 #include <sys/types.h> /* size_t */
17 17
18 #define FFMPEG_VERSION_INT 0x000408 18 #define FFMPEG_VERSION_INT 0x000408
19 #define FFMPEG_VERSION "0.4.8" 19 #define FFMPEG_VERSION "0.4.8"
20 #define LIBAVCODEC_BUILD 4712 20 #define LIBAVCODEC_BUILD 4713
21 21
22 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT 22 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
23 #define LIBAVCODEC_VERSION FFMPEG_VERSION 23 #define LIBAVCODEC_VERSION FFMPEG_VERSION
24 24
25 #define AV_STRINGIFY(s) AV_TOSTRING(s) 25 #define AV_STRINGIFY(s) AV_TOSTRING(s)
847 #define FF_BUG_STD_QPEL 128 847 #define FF_BUG_STD_QPEL 128
848 #define FF_BUG_QPEL_CHROMA2 256 848 #define FF_BUG_QPEL_CHROMA2 256
849 #define FF_BUG_DIRECT_BLOCKSIZE 512 849 #define FF_BUG_DIRECT_BLOCKSIZE 512
850 #define FF_BUG_EDGE 1024 850 #define FF_BUG_EDGE 1024
851 #define FF_BUG_HPEL_CHROMA 2048 851 #define FF_BUG_HPEL_CHROMA 2048
852 #define FF_BUG_DC_CLIP 4096
852 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100% 853 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100%
853 854
854 /** 855 /**
855 * luma single coeff elimination threshold. 856 * luma single coeff elimination threshold.
856 * - encoding: set by user 857 * - encoding: set by user