forked from FFmpeg/FFmpeg
return right format in set_codec_from_probe_data
Originally committed as revision 8867 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
671adb1742
commit
efd5fc538e
1 changed files with 1 additions and 1 deletions
|
@ -1684,7 +1684,7 @@ static int set_codec_from_probe_data(AVStream *st, AVProbeData *pd, int score)
|
|||
else if (strncmp(fmt->name, "ac3", 3) == 0)
|
||||
st->codec->codec_id = CODEC_ID_AC3;
|
||||
}
|
||||
return fmt;
|
||||
return !!fmt;
|
||||
}
|
||||
|
||||
/* absolute maximum size we read until we abort */
|
||||
|
|
Loading…
Add table
Reference in a new issue