[SCM] libav/experimental: cosmetics: reindent after last commit
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:20:34 UTC 2013
The following commit has been merged in the experimental branch:
commit 234b70d346050e5abacf3ede9f5d4f470a5952df
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date: Fri Dec 17 15:02:15 2010 +0000
cosmetics: reindent after last commit
Originally committed as revision 26045 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/ac3enc.c b/libavcodec/ac3enc.c
index da9293b..65c1668 100644
--- a/libavcodec/ac3enc.c
+++ b/libavcodec/ac3enc.c
@@ -1070,11 +1070,11 @@ static int cbr_bit_allocation(AC3EncodeContext *s)
FFSWAP(uint8_t *, s->bap_buffer, s->bap1_buffer);
for (snr_incr = 64; snr_incr > 0; snr_incr >>= 2) {
- while (snr_offset + 64 <= 1023 &&
- bit_alloc(s, snr_offset + snr_incr) <= bits_left) {
- snr_offset += snr_incr;
- FFSWAP(uint8_t *, s->bap_buffer, s->bap1_buffer);
- }
+ while (snr_offset + 64 <= 1023 &&
+ bit_alloc(s, snr_offset + snr_incr) <= bits_left) {
+ snr_offset += snr_incr;
+ FFSWAP(uint8_t *, s->bap_buffer, s->bap1_buffer);
+ }
}
FFSWAP(uint8_t *, s->bap_buffer, s->bap1_buffer);
reset_block_bap(s);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list