Author: superdump
Date: Sat Jun 21 16:08:23 2008
New Revision: 2509

Log:
Remove now unused variable


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c   (original)
+++ aac/aac.c   Sat Jun 21 16:08:23 2008
@@ -595,7 +595,7 @@ static void program_config_element_parse
  */
 static int program_config_element(AACContext * ac, GetBitContext * gb) {
     program_config_struct pcs;
-    int i, num_front, num_side, num_back, num_lfe, num_assoc_data, num_cc;
+    int num_front, num_side, num_back, num_lfe, num_assoc_data, num_cc;
 
     memset(&pcs, 0, sizeof(pcs));
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to