1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

removed warnings

Originally committed as revision 1038 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2002-10-14 18:25:58 +00:00
parent 4f891f53b3
commit ec6a375248

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[]={