TJBench: Fix output with -componly -quiet

This commit is contained in:
DRC
2019-11-04 18:49:46 -06:00
parent 6902cdb177
commit ac59b2c582
2 changed files with 3 additions and 1 deletions

View File

@@ -478,6 +478,8 @@ final class TJBench {
if (!compOnly)
decomp(srcBuf, jpegBuf, jpegSize, tmpBuf, w, h, subsamp, jpegQual,
fileName, tilew, tileh);
else if (quiet == 1)
System.out.println("N/A");
if (tilew == w && tileh == h) break;
}