---
libavcodec/aaccoder.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From 77b6b0d14b4816e09416b2b343e36e920ca28f62 Mon Sep 17 00:00:00 2001
From: Young Han Lee <[email protected]>
Date: Fri, 25 Mar 2011 12:17:48 +0900
Subject: [PATCH] aacenc: indentation
---
libavcodec/aaccoder.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/aaccoder.c b/libavcodec/aaccoder.c
index 1bb8c63..98b51cf 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;
}
--
1.7.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel