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
Missing const
Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Reimar Döffinger
18 years ago
parent
591de5cf35
commit
e3cb2c4a08
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ratecontrol.c
+ 1
- 1
libavcodec/ratecontrol.c
View File
@@ -66,7 +66,7 @@ int ff_rate_control_init(MpegEncContext *s)
{
RateControlContext *rcc= &s->rc_context;
int i;
char *error = NULL;
c
onst c
har *error = NULL;
static const char *const_names[]={
"PI",
"E",
Write
Preview
Loading…
Cancel
Save