[MPlayer-dev-eng] [PATCH] add S24LE to mp_wav_override_tags

Reimar Döffinger Reimar.Doeffinger at gmx.de
Fri Mar 27 11:01:46 CET 2009


On Fri, Mar 27, 2009 at 12:31:44AM -0700, Baptiste Coudurier wrote:
> Baptiste Coudurier wrote:
> > Hi,
> > 
> > $subject, should fix s24le in .mov
> > 
> > 
> > 
> > ------------------------------------------------------------------------
> > 
> > Index: libmpdemux/mp_taglists.c
> > ===================================================================
> > --- libmpdemux/mp_taglists.c	(revision 29053)
> > +++ libmpdemux/mp_taglists.c	(working copy)
> > @@ -59,6 +59,7 @@
> >      { CODEC_ID_PCM_S16BE,         MKTAG('t', 'w', 'o', 's')},
> >      { CODEC_ID_PCM_S16LE,         1},
> >      { CODEC_ID_PCM_S24BE,         MKTAG('i', 'n', '2', '4')},
> > +    { CODEC_ID_PCM_S24LE,         1},
> >      { 0, 0 },
> >  };
> >  
> 
> Any problem with the patch ?

No objections after some time -> just commit it.
We can still flame you afterwards if it is wrong :-)



More information about the MPlayer-dev-eng mailing list