From 7645da9194a5e06b5811e50c74ba506e4a762692 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sat, 19 Jul 2008 02:54:54 +0000 Subject: [PATCH] cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF Originally committed as revision 14290 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c index bd1310b1c4..8f62d7f5ca 100644 --- a/libavcodec/ac3dec.c +++ b/libavcodec/ac3dec.c @@ -437,7 +437,7 @@ static void get_transform_coeffs_ch(AC3DecodeContext *s, int ch_index, mant_grou tbap = bap[i]; switch (tbap) { case 0: - coeffs[i] = (av_random(&s->dith_state) & 0x7FFFFF) - 4194304; + coeffs[i] = (av_random(&s->dith_state) & 0x7FFFFF) - 0x400000; break; case 1: