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

Baptiste Coudurier baptiste.coudurier at smartjog.com
Sun Jun 1 23:10:11 CEST 2008


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 ?

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Smartjog USA Inc.                                http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA



More information about the FFmpeg-soc mailing list