comparison libmpdemux/demux_lavf.c @ 27519:8e62ab83b282

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.
author uau
date Mon, 08 Sep 2008 21:26:24 +0000
parents 3364aef9a988
children 508d7b481d45
comparison
equal deleted inserted replaced
27518:e54c9b7eb0d8 27519:8e62ab83b282
181 "flv", 181 "flv",
182 "swf", 182 "swf",
183 "mov,mp4,m4a,3gp,3g2,mj2", 183 "mov,mp4,m4a,3gp,3g2,mj2",
184 "mpc", 184 "mpc",
185 "mpc8", 185 "mpc8",
186 "matroska",
187 NULL 186 NULL
188 }; 187 };
189 188
190 static int lavf_check_preferred_file(demuxer_t *demuxer){ 189 static int lavf_check_preferred_file(demuxer_t *demuxer){
191 if (lavf_check_file(demuxer)) { 190 if (lavf_check_file(demuxer)) {