diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-07-07 11:19:18 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-07-07 11:19:18 +0000 |
commit | bd7d1ea76b6ee70a1b116a49f381b6efc9cc6ad9 (patch) | |
tree | c6467b049b704384d2265099fea7ddec540db7ab /libavcodec/avcodec.h | |
parent | e0560448249e3b5cd9961fb1e376de0731ac0e5e (diff) | |
download | ffmpeg-bd7d1ea76b6ee70a1b116a49f381b6efc9cc6ad9.tar.gz |
Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change
Originally committed as revision 2017 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 6daf668c67..03bf032317 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -856,6 +856,7 @@ typedef struct AVCodecContext { #define FF_IDCT_ARM 7 #define FF_IDCT_ALTIVEC 8 #define FF_IDCT_SH4 9 +#define FF_IDCT_SIMPLEARM 10 /** * slice count. |