diff avcodec.h @ 1545:b340e83b8d0d libavcodec

gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
author michael
date Sun, 19 Oct 2003 21:05:41 +0000
parents 7542cb99b950
children 5d06823e2ee9
line wrap: on
line diff
--- a/avcodec.h	Sat Oct 18 18:47:06 2003 +0000
+++ b/avcodec.h	Sun Oct 19 21:05:41 2003 +0000
@@ -208,8 +208,8 @@
 
 /* ME algos sorted by quality */
 //FIXME remove IMHO
-static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG, 
-                                       ME_X1, ME_EPZS, ME_FULL };
+static const __attribute__((unused)) int Motion_Est_QTab[] =
+ { ME_ZERO, ME_PHODS, ME_LOG, ME_X1, ME_EPZS, ME_FULL };
 
 
 #define FF_MAX_B_FRAMES 8