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

superdump subversion at mplayerhq.hu
Tue Jul 15 17:26:23 CEST 2008


Author: superdump
Date: Tue Jul 15 17:26:23 2008
New Revision: 2796

Log:
Remove unnecessary err assignment


Modified:
   aac/aac.c

Modified: aac/aac.c
==============================================================================
--- aac/aac.c	(original)
+++ aac/aac.c	Tue Jul 15 17:26:23 2008
@@ -2271,10 +2271,8 @@ static int aac_decode_frame(AVCodecConte
                        transfer the LFE[0] element to SCE[1] */
                     ac->che[ID_SCE][tag] = ac->che[ID_LFE][0];
                     ac->che[ID_LFE][0] = NULL;
-                } else {
-                    err = 1;
+                } else
                     break;
-                }
             }
             err = decode_ics(ac, &gb, 0, 0, &ac->che[ID_SCE][tag]->ch[0]);
             break;



More information about the FFmpeg-soc mailing list