qpeg: remove unused var from decode_frame()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
4916a8fc44
commit
a4524930d9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user