[FFmpeg-soc] [soc]: r1519 - amr/amrnbfloatdec.c

superdump subversion at mplayerhq.hu
Tue Dec 4 02:14:24 CET 2007


Author: superdump
Date: Tue Dec  4 02:14:23 2007
New Revision: 1519

Log:
Remove free call as it is no longer needed


Modified:
   amr/amrnbfloatdec.c

Modified: amr/amrnbfloatdec.c
==============================================================================
--- amr/amrnbfloatdec.c	(original)
+++ amr/amrnbfloatdec.c	Tue Dec  4 02:14:23 2007
@@ -1226,7 +1226,6 @@ static int amrnb_decode_close(AVCodecCon
     AMRContext *p = avctx->priv_data;
 
     /* Free allocated memory */
-    av_free(p->sample_buffer);
     av_free(p->amr_prms);
 
     /* Return 0 if everything is ok, -1 if not */



More information about the FFmpeg-soc mailing list