From 97ef28ad9aa2f34aea0779062976ad4294c0af51 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 9 Mar 2010 17:15:07 +0000 Subject: Fix alpabetical order. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30876 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/mp_taglists.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpdemux/mp_taglists.c b/libmpdemux/mp_taglists.c index e19b53cf9c..2fff42e1e0 100644 --- a/libmpdemux/mp_taglists.c +++ b/libmpdemux/mp_taglists.c @@ -23,8 +23,8 @@ #include "libavformat/riff.h" static const AVCodecTag mp_wav_tags[] = { - { CODEC_ID_ADPCM_ADX, MKTAG('S', 'a', 'd', 'x')}, { CODEC_ID_ADPCM_4XM, MKTAG('4', 'X', 'M', 'A')}, + { CODEC_ID_ADPCM_ADX, MKTAG('S', 'a', 'd', 'x')}, { CODEC_ID_ADPCM_EA, MKTAG('A', 'D', 'E', 'A')}, { CODEC_ID_ADPCM_EA_MAXIS_XA, MKTAG('A', 'D', 'X', 'A')}, { CODEC_ID_ADPCM_IMA_WS, MKTAG('A', 'I', 'W', 'S')}, -- cgit v1.2.3