changeset 749:07e58dc635a5 libavcodec

removed warnings
author bellard
date Mon, 14 Oct 2002 18:25:58 +0000
parents 14d84a5e77a4
children 4adadf210b3b
files ratecontrol.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ratecontrol.c	Mon Oct 14 18:01:32 2002 +0000
+++ b/ratecontrol.c	Mon Oct 14 18:25:58 2002 +0000
@@ -284,8 +284,8 @@
         NULL
     };
     static double (*func1[])(void *, double)={
-        bits2qp,
-        qp2bits,
+        (void *)bits2qp,
+        (void *)qp2bits,
         NULL
     };
     char *func1_names[]={