mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avformat/lvfdec: increase the score for odd channels to max/8
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -29,7 +29,7 @@ static int lvf_probe(AVProbeData *p)
|
||||
return 0;
|
||||
|
||||
if (!AV_RL32(p->buf + 16) || AV_RL32(p->buf + 16) > 256)
|
||||
return 0;
|
||||
return AVPROBE_SCORE_MAX / 8;
|
||||
|
||||
return AVPROBE_SCORE_EXTENSION;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user