Author: andoma
Date: Thu Feb 28 08:56:06 2008
New Revision: 1934

Log:
no need to clear already cleared data



Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Thu Feb 28 08:56:06 2008
@@ -844,10 +844,6 @@ static int aac_decode_init(AVCodecContex
 
 
     // general init
-    memset(ac->che_sce, 0, sizeof(ac->che_sce));
-    memset(ac->che_cpe, 0, sizeof(ac->che_cpe));
-    memset(ac->che_lfe, 0, sizeof(ac->che_lfe));
-    memset(ac->che_cc, 0, sizeof(ac->che_cc));
     ac->num_frame = -1;
 
     ac->swb_offset_1024 = swb_offset_1024[ac->sampling_index];
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to