comparison 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
comparison
equal deleted inserted replaced
1544:2335dcb71152 1545:b340e83b8d0d
206 /* only for ME compatiblity with old apps */ 206 /* only for ME compatiblity with old apps */
207 extern int motion_estimation_method; 207 extern int motion_estimation_method;
208 208
209 /* ME algos sorted by quality */ 209 /* ME algos sorted by quality */
210 //FIXME remove IMHO 210 //FIXME remove IMHO
211 static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG, 211 static const __attribute__((unused)) int Motion_Est_QTab[] =
212 ME_X1, ME_EPZS, ME_FULL }; 212 { ME_ZERO, ME_PHODS, ME_LOG, ME_X1, ME_EPZS, ME_FULL };
213 213
214 214
215 #define FF_MAX_B_FRAMES 8 215 #define FF_MAX_B_FRAMES 8
216 216
217 /* encoding support 217 /* encoding support