[FFmpeg-soc] [soc]: r2513 - aac/aac.c
superdump
subversion at mplayerhq.hu
Sat Jun 21 16:32:23 CEST 2008
Author: superdump
Date: Sat Jun 21 16:32:23 2008
New Revision: 2513
Log:
Remove unnecessary initialisation
Modified:
aac/aac.c
Modified: aac/aac.c
==============================================================================
--- aac/aac.c (original)
+++ aac/aac.c Sat Jun 21 16:32:23 2008
@@ -1002,7 +1002,7 @@ static int decode_section_data(AACContex
int k = 0;
while (k < ics->max_sfb) {
int sect_len = 0;
- int sect_len_incr = 1;
+ int sect_len_incr;
int sect_cb = get_bits(gb, 4);
if (sect_cb == 12) {
av_log(ac->avccontext, AV_LOG_ERROR, "Invalid codebook\n");
More information about the FFmpeg-soc
mailing list