summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-10 17:28:35 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-10 17:28:35 +0000
commitcd5fa275504dec8d9e7e497c8d6db1451aa71c74 (patch)
treee4b117b79d5811e8a2a4d3787b7e94ca16bb1c67 /libmpdemux
parentd5d5bbbb3547431319ba712d058c96a702cdf065 (diff)
downloadmpv-cd5fa275504dec8d9e7e497c8d6db1451aa71c74.tar.bz2
mpv-cd5fa275504dec8d9e7e497c8d6db1451aa71c74.tar.xz
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
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/demux_lavf.c12
1 files 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
};