Commit ec6a3752 authored by Fabrice Bellard's avatar Fabrice Bellard

removed warnings

Originally committed as revision 1038 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 4f891f53
...@@ -284,8 +284,8 @@ static double get_qscale(MpegEncContext *s, RateControlEntry *rce, double rate_f ...@@ -284,8 +284,8 @@ static double get_qscale(MpegEncContext *s, RateControlEntry *rce, double rate_f
NULL NULL
}; };
static double (*func1[])(void *, double)={ static double (*func1[])(void *, double)={
bits2qp, (void *)bits2qp,
qp2bits, (void *)qp2bits,
NULL NULL
}; };
char *func1_names[]={ char *func1_names[]={
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment