[FFmpeg-soc] [soc]: r1934 - aac/aac.c
andoma
subversion at mplayerhq.hu
Thu Feb 28 08:56:06 CET 2008
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];
More information about the FFmpeg-soc
mailing list