[FFmpeg-devel] [PATCH] NellyMoser audio decoder v2

Diego Biurrun diego
Thu Sep 13 10:52:39 CEST 2007


On Wed, Sep 12, 2007 at 10:58:29PM +0200, Lo?c Minier wrote:
> 
> > > +void nelly_decode_block(NellyMoserDecodeContext *s, unsigned char block[NELLY_BLOCK_LEN], float audio[256])
> > > +{
> > should be static
> 
>  This is used by the actual ffmpeg decoder in nellymoserdec.c; do you
>  want these files to be merged?  I followed another advice to merge the
>  tables which were a standalone file, but the decoder is currently LGPL,
>  so I would need to change license one way or the other (I can do both:
>  either keep the original license documented but switch to effective
>  LGPL or make the ffmpeg part I wrote public domain).

IMO you should keep the original license.

> --- /dev/null
> +++ b/libavcodec/nelly.c
> @@ -0,0 +1,646 @@
> +/*
> + * Copyright (c) 2007 a840bda5870ba11f19698ff6eb9581dfb0f95fa5,
> + *                    539459aeb7d425140b62a3ec7dbf6dc8e408a306, and
> + *                    520e17cd55896441042b14df2566a6eb610ed444

Can you please find out WTH this is?

Diego




More information about the ffmpeg-devel mailing list