diff options
author | Måns Rullgård <mans@mansr.com> | 2006-09-26 20:26:22 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-09-26 20:26:22 +0000 |
commit | a0403006f88517b58a1a14848bc731b407f02392 (patch) | |
tree | 0633d113f255b34ae35c6e99c39fff006fc065c8 /libavcodec/avcodec.h | |
parent | e2887363e188c5da1df2206f5aa3557ce8b5598a (diff) | |
download | ffmpeg-a0403006f88517b58a1a14848bc731b407f02392.tar.gz |
ARMv5TE optimized IDCT
Originally committed as revision 6347 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 184be3385a..e523daefc0 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1218,6 +1218,7 @@ typedef struct AVCodecContext { #define FF_IDCT_IPP 13 #define FF_IDCT_XVIDMMX 14 #define FF_IDCT_CAVS 15 +#define FF_IDCT_SIMPLEARMV5TE 16 /** * slice count. |