update , delay

This commit is contained in:
devdatt 2025-12-09 19:28:49 +05:30
parent 41dbfc90da
commit f25afaae07
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function setptsFromMs($ms)
// format with up to 3 decimals (avoid scientific notation) // format with up to 3 decimals (avoid scientific notation)
$secFormatted = number_format($sec, 3, '.', ''); $secFormatted = number_format($sec, 3, '.', '');
return 'setpts=PTS+{$secFormatted}/TB'; return 'setpts=PTS+{'.$secFormatted.'}/TB';
} }
function adelayFromMs($ms, $channels = 2) function adelayFromMs($ms, $channels = 2)