comparison libmpdemux/demux_lavf.c @ 29625:aaf67d00ae75

Sort preferred_list alphabetically since the order does not matter otherwise.
author reimar
date Thu, 10 Sep 2009 17:28:35 +0000
parents d5662ea3a5d0
children 2a2bc7ee5b81
comparison
equal deleted inserted replaced
29624:b73705bd899f 29625:aaf67d00ae75
171 return DEMUXER_TYPE_LAVF; 171 return DEMUXER_TYPE_LAVF;
172 } 172 }
173 173
174 static const char * const preferred_list[] = { 174 static const char * const preferred_list[] = {
175 "dxa", 175 "dxa",
176 "wv", 176 "flv",
177 "gxf",
178 "nut",
177 "nuv", 179 "nuv",
178 "nut",
179 "gxf",
180 "mxf",
181 "flv",
182 "swf",
183 "mov,mp4,m4a,3gp,3g2,mj2", 180 "mov,mp4,m4a,3gp,3g2,mj2",
184 "mpc", 181 "mpc",
185 "mpc8", 182 "mpc8",
183 "mxf",
184 "swf",
186 "vqf", 185 "vqf",
186 "wv",
187 NULL 187 NULL
188 }; 188 };
189 189
190 static int lavf_check_preferred_file(demuxer_t *demuxer){ 190 static int lavf_check_preferred_file(demuxer_t *demuxer){
191 if (lavf_check_file(demuxer)) { 191 if (lavf_check_file(demuxer)) {