Commit 971b3779 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/jpeg2000dec: Reduce verbosity of get_plt()

The existence of such element does not represent an error
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5b2f9790
......@@ -682,7 +682,7 @@ static uint8_t get_plt(Jpeg2000DecoderContext *s, int n)
{
int i;
av_log(s->avctx, AV_LOG_ERROR,
av_log(s->avctx, AV_LOG_DEBUG,
"PLT marker at pos 0x%X\n", bytestream2_tell(&s->g) - 4);
/*Zplt =*/ bytestream2_get_byte(&s->g);
......
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