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;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to