You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
removed warnings
Originally committed as revision 1038 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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[]={
|
||||
|
Reference in New Issue
Block a user