From 8f5aaa6d2fde23d372c80844514103c93088b2f2 Mon Sep 17 00:00:00 2001 From: Robert Swain Date: Mon, 24 Nov 2008 00:14:33 +0000 Subject: [PATCH] AAC: Cosmetics after last commit Originally committed as revision 15920 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/aac.c b/libavcodec/aac.c index 9b94b8b4fe..863646e842 100644 --- a/libavcodec/aac.c +++ b/libavcodec/aac.c @@ -521,9 +521,9 @@ static int decode_ics_info(AACContext * ac, IndividualChannelStream * ics, GetBi memset(ics, 0, sizeof(IndividualChannelStream)); return -1; } else { - av_log_missing_feature(ac->avccontext, "Predictor bit set but LTP is", 1); - memset(ics, 0, sizeof(IndividualChannelStream)); - return -1; + av_log_missing_feature(ac->avccontext, "Predictor bit set but LTP is", 1); + memset(ics, 0, sizeof(IndividualChannelStream)); + return -1; } } }