[FFmpeg-soc] [soc]: r2291 - wmapro/wma3dec.c

Sascha Sommer saschasommer at freenet.de
Tue Jun 3 09:36:23 CEST 2008


Hi,

On Sunday 01 June 2008 23:10, Baptiste Coudurier wrote:
> Hi,
>
> faust3 wrote:
> > Author: faust3
> > Date: Sun Jun  1 11:34:48 2008
> > New Revision: 2291
> >
> > Log:
> > changed codec id to WMAPRO to be consistent with the rest of ffmpeg
> >
> > Modified:
> >    wmapro/wma3dec.c
> >
> > Modified: wmapro/wma3dec.c
> > =========================================================================
> >===== --- wmapro/wma3dec.c	(original)
> > +++ wmapro/wma3dec.c	Sun Jun  1 11:34:48 2008
> > @@ -235,7 +235,7 @@ AVCodec wmav3pro_decoder =
> >  {
> >      "wmav3Pro",
> >      CODEC_TYPE_AUDIO,
> > -    CODEC_ID_WMAV3PRO,
> > +    CODEC_ID_WMAPRO,
> >      sizeof(WMA3DecodeContext),
> >      wma3_decode_init,
> >      NULL,
>
> I think WMAV3 is more consistent :>
> Though what about lossless ?

With consistent I meant that this is what currently gets set by the asf 
demuxer when playing back wma files.
The whole naming needs to be reconsidered before this enters main ffmpeg svn.
LOSSLESS and VOICE are also defined in riff.c

Regards

Sascha



More information about the FFmpeg-soc mailing list