Browse Source

const

Originally committed as revision 11844 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
f73008d820
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg.c

+ 1
- 1
ffmpeg.c View File

@@ -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)
{
char *codec_string = encoder ? "encoder" : "decoder";
const char *codec_string = encoder ? "encoder" : "decoder";
AVCodec *codec;

if(!name)


Loading…
Cancel
Save