You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Missing const
Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user