[FFmpeg-soc] [soc]: r2276 - in wmapro: . wma3dec.c
Diego Biurrun
diego at biurrun.de
Fri May 30 17:32:49 CEST 2008
On Fri, May 30, 2008 at 05:25:21PM +0200, faust3 wrote:
>
> Log:
> imported wmapro packet parser from the codecs repository
Does it already work?
> --- (empty file)
> +++ wmapro/wma3dec.c Fri May 30 17:25:21 2008
> @@ -0,0 +1,244 @@
> +
> +AVCodec wmav3pro_decoder =
> +{
> + "wmav3Pro",
Is there a difference between wmav3 and wmav3pro? Version 1 and 2 are
called wmav1/wmav2, so I think you should be consistent.
Also, the codec long name is missing.
Diego
More information about the FFmpeg-soc
mailing list