This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
removed warnings
Originally committed as revision 1038 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
22 years ago
parent
4f891f53b3
commit
ec6a375248
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/ratecontrol.c
+ 2
- 2
libavcodec/ratecontrol.c
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[]={
Write
Preview
Loading…
Cancel
Save