mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Missing const
Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
591de5cf35
commit
e3cb2c4a08
@ -66,7 +66,7 @@ int ff_rate_control_init(MpegEncContext *s)
|
||||
{
|
||||
RateControlContext *rcc= &s->rc_context;
|
||||
int i;
|
||||
char *error = NULL;
|
||||
const char *error = NULL;
|
||||
static const char *const_names[]={
|
||||
"PI",
|
||||
"E",
|
||||
|
Loading…
Reference in New Issue
Block a user