[MPlayer-cvslog] r29667 - trunk/libmpdemux/demux_lavf.c

reimar subversion at mplayerhq.hu
Thu Sep 10 19:28:35 CEST 2009


Author: reimar
Date: Thu Sep 10 19:28:35 2009
New Revision: 29667

Log:
Sort preferred_list alphabetically since the order does not matter otherwise.

Modified:
   trunk/libmpdemux/demux_lavf.c

Modified: trunk/libmpdemux/demux_lavf.c
==============================================================================
--- trunk/libmpdemux/demux_lavf.c	Thu Sep 10 18:49:20 2009	(r29666)
+++ trunk/libmpdemux/demux_lavf.c	Thu Sep 10 19:28:35 2009	(r29667)
@@ -173,17 +173,17 @@ static int lavf_check_file(demuxer_t *de
 
 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
 };
 


More information about the MPlayer-cvslog mailing list