1
0
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:
Reimar Döffinger 2008-02-19 21:37:53 +00:00
parent 591de5cf35
commit e3cb2c4a08

View File

@ -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",