Commit 5b18a6a6 authored by michael's avatar michael

const


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11844 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent df13b004
...@@ -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