diff ratecontrol.c @ 7978:dc1a7a6ec58d libavcodec

Add (additional) const to many global tables.
author reimar
date Thu, 02 Oct 2008 15:52:04 +0000
parents 6248b6b16e47
children 596677256482
line wrap: on
line diff
--- a/ratecontrol.c	Thu Oct 02 15:51:44 2008 +0000
+++ b/ratecontrol.c	Thu Oct 02 15:52:04 2008 +0000
@@ -94,7 +94,7 @@
         "avgTex",
         NULL
     };
-    static double (*func1[])(void *, double)={
+    static double (* const func1[])(void *, double)={
         (void *)bits2qp,
         (void *)qp2bits,
         NULL