[MPlayer-dev-eng] [PATCH] Support SBG decoding using ffwavesynth.

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Dec 15 22:52:22 CET 2011


Nicolas George <nicolas.george <at> normalesup.org> writes:

> diff --git a/etc/codecs.conf b/etc/codecs.conf
> index 4109a15..40bc476 100644
> --- a/etc/codecs.conf
> +++ b/etc/codecs.conf

Please commit changes to codecs.conf (and mp_taglists.c) without sending patches

> --- a/libmpdemux/mp_taglists.c
> +++ b/libmpdemux/mp_taglists.c
> @@ -45,6 +45,7 @@ static const struct AVCodecTag mp_wav_tags[] = {
>      { CODEC_ID_EAC3,              MKTAG('E', 'A', 'C', '3')},
>      { CODEC_ID_G723_1,            MKTAG('7', '2', '3', '1')},
>      { CODEC_ID_INTERPLAY_DPCM,    MKTAG('I', 'N', 'P', 'A')},
> +    { CODEC_ID_FFWAVESYNTH,       MKTAG('F', 'F', 'W', 'S')},

otoh, you could fix alphabetical order here;-)

Carl Eugen



More information about the MPlayer-dev-eng mailing list