Mercurial > libavcodec.hg
diff avcodec.h @ 2257:5f64a30339e5 libavcodec
1/4 resolution decoding
| author | michael |
|---|---|
| date | Sun, 26 Sep 2004 00:18:12 +0000 |
| parents | 7e0b2e86afa9 |
| children | 514949de5d15 |
line wrap: on
line diff
--- a/avcodec.h Sat Sep 25 23:18:58 2004 +0000 +++ b/avcodec.h Sun Sep 26 00:18:12 2004 +0000 @@ -17,7 +17,7 @@ #define FFMPEG_VERSION_INT 0x000409 #define FFMPEG_VERSION "0.4.9-pre1" -#define LIBAVCODEC_BUILD 4722 +#define LIBAVCODEC_BUILD 4723 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT #define LIBAVCODEC_VERSION FFMPEG_VERSION @@ -1111,7 +1111,6 @@ #define FF_IDCT_ALTIVEC 8 #define FF_IDCT_SH4 9 #define FF_IDCT_SIMPLEARM 10 -#define FF_IDCT_INT4 11 /** * slice count.
