mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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