diff options
author | Måns Rullgård <mans@mansr.com> | 2007-01-28 21:32:08 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-01-28 21:32:08 +0000 |
commit | 7d42886b93189dec009b6124cbd2c4e555ae6df6 (patch) | |
tree | 15e2607ffee5a3ae550bc75b632f51f75bd56ce2 /libavcodec/avcodec.h | |
parent | 94d122e96e352fd91f1c75fc9ed05b76b673624b (diff) | |
download | ffmpeg-7d42886b93189dec009b6124cbd2c4e555ae6df6.tar.gz |
ARMv6 SIMD IDCT
Originally committed as revision 7752 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 07ea47d326..615f6c693b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1234,6 +1234,7 @@ typedef struct AVCodecContext { #define FF_IDCT_XVIDMMX 14 #define FF_IDCT_CAVS 15 #define FF_IDCT_SIMPLEARMV5TE 16 +#define FF_IDCT_SIMPLEARMV6 17 /** * slice count. |