Merge pull request #4171 from IgorA100/patch-438287
Fix: incorrect placement of brackets (event.php)pull/4175/head
commit
f1a72c909d
|
@ -151,7 +151,7 @@ if ((!$replayMode) or !$replayModes[$replayMode]) {
|
|||
}
|
||||
|
||||
$video_tag = ($codec == 'MP4') ||
|
||||
((false !== strpos($Event->DefaultVideo(), 'h264')) || (false !== strpos($Event->DefaultVideo(), 'av1')) && ($codec === 'auto'));
|
||||
((false !== strpos($Event->DefaultVideo(), 'h264') || false !== strpos($Event->DefaultVideo(), 'av1')) && ($codec === 'auto'));
|
||||
|
||||
// videojs zoomrotate only when direct recording
|
||||
$Zoom = 1;
|
||||
|
|
Loading…
Reference in New Issue