1
0
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:
Michael Niedermayer 2012-02-04 01:01:56 +01:00
parent f57ab7ed37
commit 670229ef43

View File

@ -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;