mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-11 21:23:42 +00:00
avcodec/jpeg2000dec: Print the correct variable in the component error message
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
81471d8246
commit
b58a3c8975
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user