summaryrefslogtreecommitdiff
path: root/libavcodec/aaccoder.c
diff options
context:
space:
mode:
authorYoung Han Lee <cpumaker@gmail.com>2011-03-25 12:17:48 +0900
committerAlex Converse <alex.converse@gmail.com>2011-03-24 21:13:29 -0700
commit00f0b4b92efbe78fd39fbb18d387d060d604ac75 (patch)
tree9dbbee502ac4b4f4a4d2aacfd484a5289533edbc /libavcodec/aaccoder.c
parent92efa2bdd9b6e36a70457240fd227beff1d0d039 (diff)
aacenc: indentation
Diffstat (limited to 'libavcodec/aaccoder.c')
-rw-r--r--libavcodec/aaccoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c
index f3a08cf8d2..ec49f7f419 100644
--- a/libavcodec/aaccoder.c
+++ b/libavcodec/aaccoder.c
@@ -817,7 +817,7 @@ static void search_for_quantizers_twoloop(AVCodecContext *avctx,
int prevsc = sce->sf_idx[w*16+g];
if (dists[w*16+g] > uplims[w*16+g] && sce->sf_idx[w*16+g] > 60) {
if (find_min_book(maxvals[w*16+g], sce->sf_idx[w*16+g]-1))
- sce->sf_idx[w*16+g]--;
+ sce->sf_idx[w*16+g]--;
else //Try to make sure there is some energy in every band
sce->sf_idx[w*16+g]-=2;
}