diff avcodec.h @ 628:f596db4aa871 libavcodec

sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zpr dot uni-koeln dot de>)
author michaelni
date Fri, 30 Aug 2002 18:17:20 +0000
parents bb6a69f9d409
children b4ee42142ad1
line wrap: on
line diff
--- a/avcodec.h	Fri Aug 30 16:16:30 2002 +0000
+++ b/avcodec.h	Fri Aug 30 18:17:20 2002 +0000
@@ -310,10 +310,11 @@
     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