Commit f73008d8 authored by Michael Niedermayer's avatar Michael Niedermayer

const

Originally committed as revision 11844 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0fca8bc8
...@@ -2612,7 +2612,7 @@ static void opt_input_ts_offset(const char *arg) ...@@ -2612,7 +2612,7 @@ static void opt_input_ts_offset(const char *arg)
static enum CodecID find_codec_or_die(const char *name, int type, int encoder) static enum CodecID find_codec_or_die(const char *name, int type, int encoder)
{ {
char *codec_string = encoder ? "encoder" : "decoder"; const char *codec_string = encoder ? "encoder" : "decoder";
AVCodec *codec; AVCodec *codec;
if(!name) if(!name)
......
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