mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 06:20:29 +00:00
senseless code
Originally committed as revision 12870 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ec04a74e70
commit
26df3ba28c
@ -170,10 +170,6 @@ static void bastardized_rice_decompress(ALACContext *alac,
|
||||
if (x > 8) { /* RICE THRESHOLD */
|
||||
/* use alternative encoding */
|
||||
x = get_bits(&alac->gb, readsamplesize);
|
||||
|
||||
/* mask value to readsamplesize size */
|
||||
if (readsamplesize != 32)
|
||||
x &= (0xffffffff >> (32 - readsamplesize));
|
||||
} else {
|
||||
/* standard rice encoding */
|
||||
int extrabits;
|
||||
|
Loading…
Reference in New Issue
Block a user