[MPlayer-cvslog] r29588 - in trunk: etc/codecs.conf libmpdemux/mp_taglists.c

Diego Biurrun diego at biurrun.de
Sun Aug 30 23:16:59 CEST 2009


On Sun, Aug 30, 2009 at 11:14:42PM +0200, cehoyos wrote:
> 
> --- trunk/libmpdemux/mp_taglists.c	Sun Aug 30 01:08:32 2009	(r29587)
> +++ trunk/libmpdemux/mp_taglists.c	Sun Aug 30 23:14:42 2009	(r29588)
> @@ -63,6 +63,7 @@ static const AVCodecTag mp_wav_override_
>      { CODEC_ID_PCM_S24LE,         1},
>      { CODEC_ID_PCM_S32BE,         MKTAG('i', 'n', '3', '2')},
>      { CODEC_ID_PCM_S32LE,         1},
> +    { CODEC_ID_PCM_BLURAY,        MKTAG('B', 'P', 'C', 'M')},

This used to be in alphabetical order I think.

Diego


More information about the MPlayer-cvslog mailing list