diff options
author | Stefan Gehrer <stefan.gehrer@gmx.de> | 2006-07-29 08:45:33 +0000 |
---|---|---|
committer | Stefan Gehrer <stefan.gehrer@gmx.de> | 2006-07-29 08:45:33 +0000 |
commit | 595e7bd94029713d87e3e4943b40676df1b2d0a0 (patch) | |
tree | 0c30f5202a46e09763827473c61e32e5a509b1ee /libavcodec/avcodec.h | |
parent | 09be55df9c78c494d597d1a073f4f9ccc0e55cfc (diff) | |
download | ffmpeg-595e7bd94029713d87e3e4943b40676df1b2d0a0.tar.gz |
some MMX optimizations for the CAVS decoder
Originally committed as revision 5846 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 1c0d1ea66b..6a0347e1c3 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1194,6 +1194,7 @@ typedef struct AVCodecContext { #define FF_IDCT_VP3 12 #define FF_IDCT_IPP 13 #define FF_IDCT_XVIDMMX 14 +#define FF_IDCT_CAVS 15 /** * slice count. |