From cd5fa275504dec8d9e7e497c8d6db1451aa71c74 Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 10 Sep 2009 17:28:35 +0000 Subject: [PATCH] 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 --- libmpdemux/demux_lavf.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libmpdemux/demux_lavf.c b/libmpdemux/demux_lavf.c index 5d4444a774..f99263c99a 100644 --- a/libmpdemux/demux_lavf.c +++ b/libmpdemux/demux_lavf.c @@ -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 };