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:
Michael Niedermayer 2015-06-12 16:48:57 +02:00
parent 5b2f9790e6
commit 971b377960

View File

@ -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);