Commit c4764ef1 authored by bellard's avatar bellard

removed warnings


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1038 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9febba3e
...@@ -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