Commit bf521d5a authored by Michael Niedermayer's avatar Michael Niedermayer

jpeglsdec: suppress unused var warning

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0fdb4dfd
......@@ -51,7 +51,7 @@
*/
int ff_jpegls_decode_lse(MJpegDecodeContext *s)
{
int len, id;
int av_unused(len), id;
/* XXX: verify len field validity */
len = get_bits(&s->gb, 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