diff --git a/libavcodec/apedec.c b/libavcodec/apedec.c index 6be0d64d0a..58ffd90bd1 100644 --- a/libavcodec/apedec.c +++ b/libavcodec/apedec.c @@ -827,7 +827,6 @@ static int ape_decode_frame(AVCodecContext *avctx, void *data, if(!s->samples){ uint32_t nblocks, offset; - void *tmp_data; if (!buf_size) { *got_frame_ptr = 0;