Skip to content
Snippets Groups Projects
Commit 47540c8a authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avformat/avs: increase probe score to preempt conflict with avxsynth

parent 4331484b
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment