0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Prefer libavformat musepack demuxer over internal one (which does not even support v8).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26455 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-04-16 12:03:34 +00:00
parent a2728034c9
commit 11b4999712

View File

@ -171,6 +171,8 @@ static const char *preferred_list[] = {
"flv",
"swf",
"mov,mp4,m4a,3gp,3g2,mj2",
"mpc",
"mpc8",
NULL
};