mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +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;
|
RateControlContext *rcc= &s->rc_context;
|
||||||
int i;
|
int i;
|
||||||
char *error = NULL;
|
const char *error = NULL;
|
||||||
static const char *const_names[]={
|
static const char *const_names[]={
|
||||||
"PI",
|
"PI",
|
||||||
"E",
|
"E",
|
||||||
|
Loading…
Reference in New Issue
Block a user