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

Reply via email to