[MPlayer-dev-eng] [PATCH] add support for tak format

Xidorn Quan quanxunzhen at gmail.com
Mon Oct 8 13:43:34 CEST 2012


On Mon, Oct 8, 2012 at 7:37 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Xidorn Quan <quanxunzhen <at> gmail.com> writes:
>
> > +++ libmpdemux/mp_taglists.c  (working copy)
> > @@ -118,6 +118,7 @@
> >      { CODEC_ID_MP2,               0x50},
> >      { CODEC_ID_MPEG2VIDEO,        MKTAG('M', 'P', 'G', '2')},
> >      { CODEC_ID_TRUEHD,            MKTAG('T', 'R', 'H', 'D')},
> > +    { AV_CODEC_ID_TAK,            MKTAG('T', 'A', 'K', ' ')},
>
> Applied with this line in mp_wav_tags[],
> please flame if it doesn't work ;-)
>

It works. Thx.

Xidorn Quan


More information about the MPlayer-dev-eng mailing list