mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
100000l (forgotten return)
Originally committed as revision 10062 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
65d7d68b99
commit
fbd69f519b
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user