git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26df3ba
)
more senseless code
author
Michael Niedermayer
<michaelni@gmx.at>
Thu, 17 Apr 2008 02:40:50 +0000
(
02:40
+0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Thu, 17 Apr 2008 02:40:50 +0000
(
02:40
+0000)
One wonders how such stuff gets past the reviews ...
Originally committed as revision 12871 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/alac.c
patch
|
blob
|
history
diff --git
a/libavcodec/alac.c
b/libavcodec/alac.c
index
219dcef
..
b143d3a
100644
(file)
--- a/
libavcodec/alac.c
+++ b/
libavcodec/alac.c
@@
-220,7
+220,6
@@
static void bastardized_rice_decompress(ALACContext *alac,
if (x > 8) {
block_size = get_bits(&alac->gb, 16);
- block_size &= 0xffff;
} else {
int k;
int extrabits;