diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-02-26 14:59:11 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-02-26 14:59:11 +0000 |
commit | 6f08c541b4b0f96c193e4b761f1947841c07abc3 (patch) | |
tree | 32b379f00ad00c8f8ebe3855a6ff34f91c170ce5 /libavcodec/avcodec.h | |
parent | 60f5c96ee6634b674e851d59d4749095b1d4e4c3 (diff) | |
download | ffmpeg-6f08c541b4b0f96c193e4b761f1947841c07abc3.tar.gz |
floating point AAN IDCT
Originally committed as revision 12233 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 667fe2a31d..cf91954aec 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1326,6 +1326,7 @@ typedef struct AVCodecContext { #define FF_IDCT_SIMPLEARMV6 17 #define FF_IDCT_SIMPLEVIS 18 #define FF_IDCT_WMV2 19 +#define FF_IDCT_FAAN 20 /** * slice count |