Browse Source

removed warnings

Originally committed as revision 1038 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 22 years ago
parent
commit
ec6a375248
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/ratecontrol.c

+ 2
- 2
libavcodec/ratecontrol.c View File

@@ -284,8 +284,8 @@ static double get_qscale(MpegEncContext *s, RateControlEntry *rce, double rate_f
NULL
};
static double (*func1[])(void *, double)={
bits2qp,
qp2bits,
(void *)bits2qp,
(void *)qp2bits,
NULL
};
char *func1_names[]={


Loading…
Cancel
Save