mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/avs: increase probe score to preempt conflict with avxsynth
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4331484b8d
commit
47540c8a68
|
@ -50,7 +50,7 @@ static int avs_probe(AVProbeData * p)
|
|||
|
||||
d = p->buf;
|
||||
if (d[0] == 'w' && d[1] == 'W' && d[2] == 0x10 && d[3] == 0)
|
||||
return 50;
|
||||
return 55;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue