[FFmpeg-soc] [soc]: r3162 - aac/aac.c

superdump subversion at mplayerhq.hu
Mon Aug 11 01:59:06 CEST 2008


Author: superdump
Date: Mon Aug 11 01:59:06 2008
New Revision: 3162

Log:
10l - meant to be == not =


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Mon Aug 11 01:59:06 2008
@@ -1785,7 +1785,7 @@ static int aac_decode_frame(AVCodecConte
         elem_id = get_bits(&gb, 4);
         err = -1;
 
-        if(elem_type == TYPE_SCE && elem_id = 1 &&
+        if(elem_type == TYPE_SCE && elem_id == 1 &&
                 !ac->che[TYPE_SCE][elem_id] && ac->che[TYPE_LFE][0]) {
             /* Some streams incorrectly code 5.1 audio as SCE[0] CPE[0] CPE[1] SCE[1]
                instead of SCE[0] CPE[0] CPE[0] LFE[0]. If we seem to have



More information about the FFmpeg-soc mailing list