Skip to content

Commit

Permalink
swapped out comma for period
Browse files Browse the repository at this point in the history
Signed-off-by: invario <[email protected]>
  • Loading branch information
invario authored Mar 9, 2025
1 parent 9656817 commit 480f818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Preview/Movie.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private function generateThumbNail(int $maxX, int $maxY, string $absPath, int $s
$test_hdr_stdout = trim(stream_get_contents($test_hdr_pipes[1]));
$test_hdr_stderr = trim(stream_get_contents($test_hdr_pipes[2]));
$test_hdr_returnCode = proc_close($test_hdr_proc);
$test_hdr_output = $test_hdr_stdout, $test_hdr_stderr;
$test_hdr_output = $test_hdr_stdout . $test_hdr_stderr;
}
// Only values of "smpte2084" and "arib-std-b67" indicate an HDR video so change $cmd to generate for HDR.
// Force colorspace to '2020_ncl' because some videos are tagged incorrectly as 'reserved' resulting in fail
Expand Down

0 comments on commit 480f818

Please sign in to comment.