# HG changeset patch # User reimar # Date 1252603715 0 # Node ID aaf67d00ae75a32576198c070bc2644e58b8472c # Parent b73705bd899f896ebbbf576fed4bb9bb09938f85 Sort preferred_list alphabetically since the order does not matter otherwise. diff -r b73705bd899f -r aaf67d00ae75 libmpdemux/demux_lavf.c --- a/libmpdemux/demux_lavf.c Thu Sep 10 16:49:20 2009 +0000 +++ b/libmpdemux/demux_lavf.c Thu Sep 10 17:28:35 2009 +0000 @@ -173,17 +173,17 @@ static const char * const preferred_list[] = { "dxa", - "wv", - "nuv", - "nut", + "flv", "gxf", - "mxf", - "flv", - "swf", + "nut", + "nuv", "mov,mp4,m4a,3gp,3g2,mj2", "mpc", "mpc8", + "mxf", + "swf", "vqf", + "wv", NULL };