comparison motion_est.c @ 1014:48349e11c9b2 libavcodec

C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (Mns Rullgrd))
author michaelni
date Sun, 19 Jan 2003 18:30:29 +0000
parents 5d4c95f323d0
children 2e4521b485a1
comparison
equal deleted inserted replaced
1013:5d4c95f323d0 1014:48349e11c9b2
300 } 300 }
301 break; 301 break;
302 default: 302 default:
303 fprintf(stderr,"internal error in cmp function selection\n"); 303 fprintf(stderr,"internal error in cmp function selection\n");
304 } 304 }
305 }; 305 }
306 306
307 static inline int get_penalty_factor(MpegEncContext *s, int type){ 307 static inline int get_penalty_factor(MpegEncContext *s, int type){
308 switch(type&0xFF){ 308 switch(type&0xFF){
309 default: 309 default:
310 case FF_CMP_SAD: 310 case FF_CMP_SAD: