[FFmpeg-soc] [soc]: r2509 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sat Jun 21 16:08:23 CEST 2008
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));
More information about the FFmpeg-soc
mailing list