From a4b5780c2f2f69b429d0023eebc9300d27b04627 Mon Sep 17 00:00:00 2001 From: uau Date: Mon, 8 Sep 2008 21:26:24 +0000 Subject: [PATCH] Use internal demuxer for Matroska files for now Change the default demuxer back to the internal one at least until the current lavf breakage with SSA/ASS subtitles is sorted out. There have also been quite a few other regressions so maybe the lavf demuxer should be tested a bit more before trying to make it the default again. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27551 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_lavf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libmpdemux/demux_lavf.c b/libmpdemux/demux_lavf.c index e4798539d3..868b100b68 100644 --- a/libmpdemux/demux_lavf.c +++ b/libmpdemux/demux_lavf.c @@ -183,7 +183,6 @@ static const char *preferred_list[] = { "mov,mp4,m4a,3gp,3g2,mj2", "mpc", "mpc8", - "matroska", NULL };