mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 03:11:20 +00:00
apedec: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f57ab7ed37
commit
670229ef43
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user