[SCM] libav/experimental: cosmetics: indentation
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:04:39 UTC 2013
The following commit has been merged in the experimental branch:
commit 04ac5cada18ccf8f35fc2b69be0bfe23bc9a0ec1
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date: Sat Aug 4 01:14:14 2007 +0000
cosmetics: indentation
Originally committed as revision 9887 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c
index 7a3d36b..cafbc70 100644
--- a/libavcodec/ac3dec.c
+++ b/libavcodec/ac3dec.c
@@ -491,7 +491,7 @@ static int get_transform_coeffs_ch(AC3DecodeContext *ctx, int ch_index, mant_gro
tbap = bap[i];
switch (tbap) {
case 0:
- coeffs[i] = (av_random(&ctx->dith_state) & 0xFFFF) * LEVEL_MINUS_3DB;
+ coeffs[i] = (av_random(&ctx->dith_state) & 0xFFFF) * LEVEL_MINUS_3DB;
break;
case 1:
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list