Commit 670229ef authored by Michael Niedermayer's avatar Michael Niedermayer

apedec: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f57ab7ed
...@@ -827,7 +827,6 @@ static int ape_decode_frame(AVCodecContext *avctx, void *data, ...@@ -827,7 +827,6 @@ static int ape_decode_frame(AVCodecContext *avctx, void *data,
if(!s->samples){ if(!s->samples){
uint32_t nblocks, offset; uint32_t nblocks, offset;
void *tmp_data;
if (!buf_size) { if (!buf_size) {
*got_frame_ptr = 0; *got_frame_ptr = 0;
......
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