comparison libmpdemux/demux_lavf.c @ 29626:2a2bc7ee5b81

Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly claims the Wave64 files but can not handle them). Patch by Daniel Verkamp [daniel drv nu].
author reimar
date Thu, 10 Sep 2009 17:30:02 +0000
parents aaf67d00ae75
children 3819fcdeaaf8
comparison
equal deleted inserted replaced
29625:aaf67d00ae75 29626:2a2bc7ee5b81
181 "mpc", 181 "mpc",
182 "mpc8", 182 "mpc8",
183 "mxf", 183 "mxf",
184 "swf", 184 "swf",
185 "vqf", 185 "vqf",
186 "w64",
186 "wv", 187 "wv",
187 NULL 188 NULL
188 }; 189 };
189 190
190 static int lavf_check_preferred_file(demuxer_t *demuxer){ 191 static int lavf_check_preferred_file(demuxer_t *demuxer){