Commit 2fc24b32 authored by Justin Ruggles's avatar Justin Ruggles

alac: remove a duplicate local variable

parent 5177413d
......@@ -130,7 +130,6 @@ static void bastardized_rice_decompress(ALACContext *alac,
/* special case: there may be compressed blocks of 0 */
if ((history < 128) && (output_count+1 < output_size)) {
int k;
unsigned int block_size;
k = 7 - av_log2(history) + ((history + 16) >> 6 /* / 64 */);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment