diff ratecontrol.c @ 620:a5aa53b6e648 libavcodec

warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
author michaelni
date Wed, 28 Aug 2002 08:15:30 +0000
parents 0fe52ab8042c
children 79c43f519d02
line wrap: on
line diff
--- a/ratecontrol.c	Tue Aug 27 16:28:19 2002 +0000
+++ b/ratecontrol.c	Wed Aug 28 08:15:30 2002 +0000
@@ -279,7 +279,7 @@
         "avgTex",
         NULL
     };
-    double (*func1[])(void *, double)={
+    static double (*func1[])(void *, double)={
         bits2qp,
         qp2bits,
         NULL