projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260e093
)
cosmetics: indentation
author
Justin Ruggles
<justin.ruggles@gmail.com>
Thu, 28 Aug 2008 23:16:21 +0000
(23:16 +0000)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Thu, 28 Aug 2008 23:16:21 +0000
(23:16 +0000)
Originally committed as revision 15012 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3dec.c
patch
|
blob
|
history
diff --git
a/libavcodec/ac3dec.c
b/libavcodec/ac3dec.c
index
3ecda4c
..
3d403aa
100644
(file)
--- a/
libavcodec/ac3dec.c
+++ b/
libavcodec/ac3dec.c
@@
-599,7
+599,7
@@
static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
}
/* if any channel doesn't use dithering, zero appropriate coefficients */
-
remove_dithering(s);
+ remove_dithering(s);
}
/**