Browse Source

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>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
971b377960
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/jpeg2000dec.c

+ 1
- 1
libavcodec/jpeg2000dec.c 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);


Loading…
Cancel
Save