We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5d669 commit b239eefCopy full SHA for b239eef
libavcodec/sga.c
@@ -254,7 +254,7 @@ static int decode_palmapdata(AVCodecContext *avctx)
254
const int bits = (s->nb_pal + 1) / 2;
255
GetByteContext *gb = &s->gb;
256
GetBitContext pm;
257
- int ret;
+ av_unused int ret;
258
259
bytestream2_seek(gb, s->palmapdata_offset, SEEK_SET);
260
if (bytestream2_get_bytes_left(gb) < s->palmapdata_size)
@@ -279,7 +279,7 @@ static int decode_tiledata(AVCodecContext *avctx)
279
SGAVideoContext *s = avctx->priv_data;
280
281
GetBitContext tm;
282
283
284
bytestream2_seek(gb, s->tiledata_offset, SEEK_SET);
285
if (bytestream2_get_bytes_left(gb) < s->tiledata_size)
0 commit comments