[FFmpeg-soc] [soc]: r1941 - aac/aac.c

andoma subversion at mplayerhq.hu
Thu Feb 28 10:56:40 CET 2008


Author: andoma
Date: Thu Feb 28 10:56:40 2008
New Revision: 1941

Log:
dont clear already cleared memory



Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Thu Feb 28 10:56:40 2008
@@ -872,7 +872,6 @@ static int aac_decode_init(AVCodecContex
     int i;
 
     ac->avccontext = avccontext;
-    ac->is_saved = 0;
 
     if (AudioSpecificConfig(ac, avccontext->extradata, avccontext->extradata_size))
         return -1;



More information about the FFmpeg-soc mailing list