Fix capitalisation of Ffmpeg

This commit is contained in:
Isaac Connor 2018-06-16 16:47:09 -04:00
parent c84a08a431
commit 09aa3afaac
1 changed files with 1 additions and 1 deletions

View File

@ -923,7 +923,7 @@ if ( $monitor->Type() == 'Local' ) {
0 => 'Disabled',
1 => 'X264 Encode',
);
if ($monitor->Type() == 'FFMpeg' )
if ($monitor->Type() == 'Ffmpeg' )
$videowriteropts[2]='H264 Camera Passthrough';
echo htmlselect( 'newMonitor[VideoWriter]', $videowriteropts, $monitor->VideoWriter() );
?>