Changes between Version 12 and Version 16 of Ticket #9769
- Timestamp:
- May 11, 2022, 4:49:13 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9769 – Description
v12 v16 1 1 Summary of the bug: 2 2 3 JPEG 2000 decoder outputs {{{SOC marker not present}}} on a JPEG 2000 codestream file (j2c) that contains bytes after the End of Codestream marker 0xFFD9. 3 JPEG 2000 decoder outputs {{{SOC marker not present}}} on a JPEG 2000 codestream file (j2c) that contains bad bytes after the End of Codestream marker 0xFFD9. 4 5 See attached `j2k1.j2cā` file. 6 7 A J2C file can contain only one codestreams, and thus bytes after the End of Codestream marker 0xFFD9 should be ignored. 4 8 5 9 How to reproduce: 6 10 {{{ 7 ffmpeg -i ../../j2k-samples/j2k1.j2c out.png11 ffmpeg -i j2k1.j2c out.png 8 12 ffmpeg version N-106674-gdcbf10acdc Copyright (c) 2000-2022 the FFmpeg developers 9 13 built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)


