Commit c592679c authored by Michael Niedermayer's avatar Michael Niedermayer

eatgq: remove unused ret variable.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d9399c4b
......@@ -192,7 +192,7 @@ static int tgq_decode_frame(AVCodecContext *avctx,
const uint8_t *buf = avpkt->data;
int buf_size = avpkt->size;
TgqContext *s = avctx->priv_data;
int x,y, ret;
int x,y;
int big_endian = AV_RL32(&buf[4]) > 0x000FFFFF;
if (buf_size < 16) {
......
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