1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02:00

Prefer lavf mov demuxer over our own, it should work better most of the time now.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25874 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2008-01-27 09:08:54 +00:00
parent 3560751199
commit e4cf805580

View File

@ -229,6 +229,7 @@ static const char *preferred_list[] = {
"mxf",
"flv",
"swf",
"mov,mp4,m4a,3gp,3g2,mj2",
NULL
};