mirror of https://git.ffmpeg.org/ffmpeg.git
alac: remove a duplicate local variable
This commit is contained in:
parent
5177413d20
commit
2fc24b3273
|
@ -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 */);
|
||||
|
|
Loading…
Reference in New Issue