comparison libmpdemux/demux_lavf.c @ 27452:ead4f7641514

prefer libavformat to demux matroska files I can't spot any regression anymore. If you find one, please tell me.
author aurel
date Tue, 26 Aug 2008 21:12:48 +0000
parents 5137a84907a1
children a126c38cb1c7
comparison
equal deleted inserted replaced
27451:07ff0bdce52c 27452:ead4f7641514
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",
186 NULL 187 NULL
187 }; 188 };
188 189
189 static int lavf_check_preferred_file(demuxer_t *demuxer){ 190 static int lavf_check_preferred_file(demuxer_t *demuxer){
190 if (lavf_check_file(demuxer)) { 191 if (lavf_check_file(demuxer)) {