projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25dcd18
)
cosmetics: reindent after last commit
author
Justin Ruggles
<justin.ruggles@gmail.com>
Wed, 5 Aug 2009 02:31:13 +0000
(
02:31
+0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Wed, 5 Aug 2009 02:31:13 +0000
(
02:31
+0000)
Originally committed as revision 19589 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3dec.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/ac3dec.c
b/libavcodec/ac3dec.c
index
56024bb
..
f2cadf0
100644
(file)
--- a/
libavcodec/ac3dec.c
+++ b/
libavcodec/ac3dec.c
@@
-462,7
+462,7
@@
static void ac3_decode_transform_coeffs_ch(AC3DecodeContext *s, int ch_index, ma
switch(bap){
case 0:
if (dither)
- mantissa = (av_lfg_get(&s->dith_state) & 0x7FFFFF) - 0x400000;
+
mantissa = (av_lfg_get(&s->dith_state) & 0x7FFFFF) - 0x400000;
else
mantissa = 0;
break;