summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMartin Olschewski <olschewski@zpr.uni-koeln.de>2002-08-30 18:17:20 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-08-30 18:17:20 +0000
commitc7e079314bc47ed09826ec343f4582226c6ed296 (patch)
tree269a2188e3e2e6b2d17c483baf00a57c8c1cbf9a /libavcodec/avcodec.h
parent471d7dc3d076bfb47bfb14bb8472abc92103e58b (diff)
sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
Originally committed as revision 882 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index c442df67f7..eb228320f5 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -310,10 +310,11 @@ typedef struct AVCodecContext {
int aspected_height;
int dct_algo;
-#define FF_DCT_AUTO 0
+#define FF_DCT_AUTO 0
#define FF_DCT_FASTINT 1
-#define FF_DCT_INT 2
-#define FF_DCT_MMX 3
+#define FF_DCT_INT 2
+#define FF_DCT_MMX 3
+#define FF_DCT_MLIB 4
//FIXME this should be reordered after kabis API is finished ...
//TODO kill kabi