Commit 6e611a18 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'db53a230'

* commit 'db53a230':
  jpeg2000: Do not warn about known and skippable markers
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents c0746716 db53a230
......@@ -1896,6 +1896,8 @@ static int jpeg2000_read_main_headers(Jpeg2000DecoderContext *s)
properties = s->tile[s->curtileno].properties;
}
break;
case JPEG2000_PLM:
// the PLM marker is ignored
case JPEG2000_COM:
// the comment is ignored
bytestream2_skip(&s->g, len - 2);
......
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