summaryrefslogtreecommitdiff
path: root/libavcodec/ratecontrol.c
diff options
context:
space:
mode:
authorDominik Mierzejewski <dominik@rangers.eu.org>2002-08-28 08:15:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-08-28 08:15:30 +0000
commit077871863579cc3d7c04604bec3f9f075fddc0e7 (patch)
tree19c6fd198e37803061471164e87bad4d82fd010c /libavcodec/ratecontrol.c
parent1b78558a9c344c7df9ca89d37c984ce4d276c32c (diff)
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
Originally committed as revision 872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ratecontrol.c')
-rw-r--r--libavcodec/ratecontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ratecontrol.c b/libavcodec/ratecontrol.c
index fc05cb535e..fd55367a50 100644
--- a/libavcodec/ratecontrol.c
+++ b/libavcodec/ratecontrol.c
@@ -279,7 +279,7 @@ static double get_qscale(MpegEncContext *s, RateControlEntry *rce, double rate_f
"avgTex",
NULL
};
- double (*func1[])(void *, double)={
+ static double (*func1[])(void *, double)={
bits2qp,
qp2bits,
NULL