mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 05:11:09 +00:00
avcodec/jpeg2000dec: Reduce verbosity of get_plt()
The existence of such element does not represent an error Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5b2f9790e6
commit
971b377960
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user