You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
eatgq: remove unused ret variable.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user