summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-05-14 12:32:17 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-05-14 12:32:17 +0000
commitb82cdc727855fc11f0110c46c39eadd00009ebc0 (patch)
tree7a442f3fcd7d5e4f7e9c4a2c1e64f3e8b451df25 /libavcodec/avcodec.h
parent0c6bd2ea0a4de2d575d35e38149ec16ae31d3f49 (diff)
make sh4 IDCT optional, so the user can choose
Originally committed as revision 1878 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 63511421eb..1393275da8 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -844,6 +844,7 @@ typedef struct AVCodecContext {
#define FF_IDCT_MLIB 6
#define FF_IDCT_ARM 7
#define FF_IDCT_ALTIVEC 8
+#define FF_IDCT_SH4 9
/**
* slice count.