comparison ratecontrol.c @ 749:07e58dc635a5 libavcodec

removed warnings
author bellard
date Mon, 14 Oct 2002 18:25:58 +0000
parents c0a914cc90c0
children f3c369b8ddca
comparison
equal deleted inserted replaced
748:14d84a5e77a4 749:07e58dc635a5
282 "avgBPTex", 282 "avgBPTex",
283 "avgTex", 283 "avgTex",
284 NULL 284 NULL
285 }; 285 };
286 static double (*func1[])(void *, double)={ 286 static double (*func1[])(void *, double)={
287 bits2qp, 287 (void *)bits2qp,
288 qp2bits, 288 (void *)qp2bits,
289 NULL 289 NULL
290 }; 290 };
291 char *func1_names[]={ 291 char *func1_names[]={
292 "bits2qp", 292 "bits2qp",
293 "qp2bits", 293 "qp2bits",