Commit 4894cfaf authored by michael's avatar michael

100000l (forgotten return)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10062 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3c069bfc
...@@ -434,7 +434,7 @@ static int ac3_probe(AVProbeData *p) ...@@ -434,7 +434,7 @@ static int ac3_probe(AVProbeData *p)
static int flac_probe(AVProbeData *p) static int flac_probe(AVProbeData *p)
{ {
if(memcmp(p->buf, "fLaC", 4)) return 0; if(memcmp(p->buf, "fLaC", 4)) return 0;
else AVPROBE_SCORE_MAX / 2; else return AVPROBE_SCORE_MAX / 2;
} }
AVInputFormat shorten_demuxer = { AVInputFormat shorten_demuxer = {
......
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