mirror of https://github.com/mpv-player/mpv
prefer libavformat to demux matroska files
I can't spot any regression anymore. If you find one, please tell me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27484 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c1751adcc1
commit
6c675482ff
|
@ -183,6 +183,7 @@ static const char *preferred_list[] = {
|
||||||
"mov,mp4,m4a,3gp,3g2,mj2",
|
"mov,mp4,m4a,3gp,3g2,mj2",
|
||||||
"mpc",
|
"mpc",
|
||||||
"mpc8",
|
"mpc8",
|
||||||
|
"matroska",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue