summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-09-26 20:26:22 +0000
committerMåns Rullgård <mans@mansr.com>2006-09-26 20:26:22 +0000
commita0403006f88517b58a1a14848bc731b407f02392 (patch)
tree0633d113f255b34ae35c6e99c39fff006fc065c8 /libavcodec/avcodec.h
parente2887363e188c5da1df2206f5aa3557ce8b5598a (diff)
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.h1
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.