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