Commit a4524930 authored by Michael Niedermayer's avatar Michael Niedermayer

qpeg: remove unused var from decode_frame()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4916a8fc
......@@ -257,7 +257,7 @@ static int decode_frame(AVCodecContext *avctx,
AVFrame * p = &a->pic;
AVFrame * ref= &a->ref;
uint8_t* outdata;
int delta, ret = 0;
int delta;
const uint8_t *pal = av_packet_get_side_data(avpkt, AV_PKT_DATA_PALETTE, NULL);
if (avpkt->size < 0x86) {
......
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