git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7633a04
)
AAC: Cosmetics after last commit
author
Robert Swain
<robert.swain@gmail.com>
Mon, 24 Nov 2008 00:14:33 +0000
(
00:14
+0000)
committer
Robert Swain
<robert.swain@gmail.com>
Mon, 24 Nov 2008 00:14:33 +0000
(
00:14
+0000)
Originally committed as revision 15920 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aac.c
patch
|
blob
|
history
diff --git
a/libavcodec/aac.c
b/libavcodec/aac.c
index
9b94b8b
..
863646e
100644
(file)
--- 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;
}
}
}