From 9500a8cc9ce9e1eb8cea2837a64b6b1079a0a697 Mon Sep 17 00:00:00 2001 From: aurel Date: Tue, 9 Sep 2008 14:28:44 +0000 Subject: [PATCH] revert r27551 which break much more things than it fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27555 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_lavf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmpdemux/demux_lavf.c b/libmpdemux/demux_lavf.c index 868b100b68..e4798539d3 100644 --- a/libmpdemux/demux_lavf.c +++ b/libmpdemux/demux_lavf.c @@ -183,6 +183,7 @@ static const char *preferred_list[] = { "mov,mp4,m4a,3gp,3g2,mj2", "mpc", "mpc8", + "matroska", NULL };