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
commit
e3cb2c4a08
1 changed files with 1 additions and 1 deletions
  1. +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;
const char *error = NULL;
static const char *const_names[]={
"PI",
"E",


Loading…
Cancel
Save