Commit b58a3c89 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/jpeg2000dec: Print the correct variable in the component error message

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 81471d82
......@@ -261,7 +261,7 @@ static int get_siz(Jpeg2000DecoderContext *s)
if (ncomponents > 4) {
avpriv_request_sample(s->avctx, "Support for %d components",
s->ncomponents);
ncomponents);
return AVERROR_PATCHWELCOME;
}
......
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