diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-09-27 19:47:17 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-09-27 19:47:17 +0000 |
commit | 0fa8158d3e70eccda141df1d18cff648530c0cf5 (patch) | |
tree | b25c0e4f68211bdba5ea58f7edc8f2c601fc0b0b /libavcodec/avcodec.h | |
parent | 40028f8f6e214c90a15a10b3b33e83c06c4ac74f (diff) | |
download | ffmpeg-0fa8158d3e70eccda141df1d18cff648530c0cf5.tar.gz |
move h264 idct to its own file and call via function pointer in DspContext
allow h264 idct to be used for lowres=1
Originally committed as revision 3524 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 3abb440376..3039d868ae 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1113,6 +1113,7 @@ typedef struct AVCodecContext { #define FF_IDCT_ALTIVEC 8 #define FF_IDCT_SH4 9 #define FF_IDCT_SIMPLEARM 10 +#define FF_IDCT_H264 11 /** * slice count. |