[MPlayer-cvslog] r30875 - in trunk: etc/codecs.conf libmpdemux/mp_taglists.c
Diego Biurrun
diego at biurrun.de
Tue Mar 9 16:55:04 CET 2010
On Tue, Mar 09, 2010 at 03:33:11PM +0100, cehoyos wrote:
>
> Log:
> Support SEGA CRI adx codec with demuxer lavf.
>
> --- trunk/libmpdemux/mp_taglists.c Tue Mar 9 14:19:25 2010 (r30874)
> +++ trunk/libmpdemux/mp_taglists.c Tue Mar 9 15:33:11 2010 (r30875)
> @@ -23,6 +23,7 @@
> #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_EA, MKTAG('A', 'D', 'E', 'A')},
> { CODEC_ID_ADPCM_EA_MAXIS_XA, MKTAG('A', 'D', 'X', 'A')},
This was previously in alphabetical order...
Diego
More information about the MPlayer-cvslog
mailing list