You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit 'db53a2306f62f05faa67e6f3c60ee55a9b8e4776'
* commit 'db53a2306f62f05faa67e6f3c60ee55a9b8e4776': jpeg2000: Do not warn about known and skippable markers Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
@@ -1896,6 +1896,8 @@ static int jpeg2000_read_main_headers(Jpeg2000DecoderContext *s)
|
|||||||
properties = s->tile[s->curtileno].properties;
|
properties = s->tile[s->curtileno].properties;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case JPEG2000_PLM:
|
||||||
|
// the PLM marker is ignored
|
||||||
case JPEG2000_COM:
|
case JPEG2000_COM:
|
||||||
// the comment is ignored
|
// the comment is ignored
|
||||||
bytestream2_skip(&s->g, len - 2);
|
bytestream2_skip(&s->g, len - 2);
|
||||||
|
Reference in New Issue
Block a user