[FFmpeg-soc] [soc]: r3179 - aacenc/aacenc.c
kostya
subversion at mplayerhq.hu
Tue Aug 12 11:00:11 CEST 2008
Author: kostya
Date: Tue Aug 12 11:00:11 2008
New Revision: 3179
Log:
Remove unneeded field from encoder context
Modified:
aacenc/aacenc.c
Modified: aacenc/aacenc.c
==============================================================================
--- aacenc/aacenc.c (original)
+++ aacenc/aacenc.c Tue Aug 12 11:00:11 2008
@@ -165,7 +165,6 @@ typedef struct {
const uint8_t *swb_sizes128;
int swb_num128;
- ProgramConfig pc;
ChannelElement *cpe;
AACPsyContext psy;
} AACEncContext;
More information about the FFmpeg-soc
mailing list