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:
parent
4f891f53b3
commit
ec6a375248
@ -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…
Reference in New Issue
Block a user