Fix JPEG tests

This commit is contained in:
Harald Kuhr
2020-07-10 22:26:12 +02:00
parent 5cc201b46d
commit 330a0414f0
2 changed files with 3 additions and 3 deletions
@@ -718,6 +718,7 @@ public final class JPEGImageReader extends ImageReaderBase {
}
if (imageIndex == currentStreamIndex) {
initHeader();
return;
}