[FFmpeg-devel] [PATCH] g722 decoder, no licensing fame
    Diego Biurrun 
    diego
       
    Wed Apr  1 17:58:26 CEST 2009
    
    
  
On Tue, Mar 31, 2009 at 11:34:34PM -0700, Kenan Gillet wrote:
> 
> new patches attached
> 
> --- libavcodec/Makefile	(revision 18292)
> +++ libavcodec/Makefile	(working copy)
> @@ -324,6 +324,8 @@
>  OBJS-$(CONFIG_ADPCM_EA_XAS_DECODER)       += adpcm.o
> +OBJS-$(CONFIG_ADPCM_G722_DECODER)         += g722.o
> +OBJS-$(CONFIG_ADPCM_G722_ENCODER)         += g722.o
Maybe it would be worth splitting this into g722dec.c and g722enc.c.  It
would save some #ifdeffery.
Diego
    
    
More information about the ffmpeg-devel
mailing list