Commit e3cb2c4a authored by Reimar Döffinger's avatar Reimar Döffinger

Missing const

Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 591de5cf
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment