Mercurial > mplayer.hg
changeset 29625:aaf67d00ae75
Sort preferred_list alphabetically since the order does not matter otherwise.
author | reimar |
---|---|
date | Thu, 10 Sep 2009 17:28:35 +0000 |
parents | b73705bd899f |
children | 2a2bc7ee5b81 |
files | libmpdemux/demux_lavf.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 };