[FFmpeg-soc] [soc]: r4469 - aacenc/aac.h

alexc subversion at mplayerhq.hu
Wed Jun 17 01:42:47 CEST 2009


Author: alexc
Date: Wed Jun 17 01:42:47 2009
New Revision: 4469

Log:
Remove unused array.

Modified:
   aacenc/aac.h

Modified: aacenc/aac.h
==============================================================================
--- aacenc/aac.h	Tue Jun 16 20:24:33 2009	(r4468)
+++ aacenc/aac.h	Wed Jun 17 01:42:47 2009	(r4469)
@@ -206,7 +206,6 @@ typedef struct {
     DECLARE_ALIGNED_16(float, coeffs[1024]);  ///< coefficients for IMDCT
     DECLARE_ALIGNED_16(float, saved[1024]);   ///< overlap
     DECLARE_ALIGNED_16(float, ret[1024]);     ///< PCM output
-    DECLARE_ALIGNED_16(int,   icoefs[1024]);  ///< integer coefficients for encoding
     PredictorState predictor_state[MAX_PREDICTORS];
 } SingleChannelElement;
 


More information about the FFmpeg-soc mailing list