Fix capitalisation of Ffmpeg
This commit is contained in:
parent
c84a08a431
commit
09aa3afaac
|
@ -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() );
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue