Commit d759f7f1 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/j2kenc: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 05cc8c8e
......@@ -319,7 +319,6 @@ static int put_qcd(Jpeg2000EncoderContext *s, int compno)
static int put_com(Jpeg2000EncoderContext *s, int compno)
{
int i;
int size = 4 + strlen(LIBAVCODEC_IDENT);
if (s->avctx->flags & CODEC_FLAG_BITEXACT)
......
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