Sort preferred_list alphabetically since the order does not matter otherwise.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29667 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-09-10 17:28:35 +00:00
parent d5d5bbbb35
commit cd5fa27550
1 changed files with 6 additions and 6 deletions

View File

@ -173,17 +173,17 @@ static int lavf_check_file(demuxer_t *demuxer){
static const char * const preferred_list[] = {
"dxa",
"wv",
"nuv",
"nut",
"gxf",
"mxf",
"flv",
"swf",
"gxf",
"nut",
"nuv",
"mov,mp4,m4a,3gp,3g2,mj2",
"mpc",
"mpc8",
"mxf",
"swf",
"vqf",
"wv",
NULL
};