mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-30 03:32:14 -04:00
Add missing )
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user