Merge pull request #107 from SteveGilvarry/patch-2

Deal with Error for Auto not in Array
This commit is contained in:
Isaac Connor 2021-01-01 10:20:27 -05:00 committed by GitHub
commit b756d909db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@ echo htmlSelect('newMonitor[OutputCodec]', $videowriter_codecs, $monitor->Output
<td> <td>
<?php <?php
$videowriter_encoders = array( $videowriter_encoders = array(
'' => translate('Auto'), 'auto' => translate('Auto'),
'h264_omx' => 'h264_omx', 'h264_omx' => 'h264_omx',
'libx264' => 'libx264', 'libx264' => 'libx264',
'h264_vaapi' => 'h264_vaapi', 'h264_vaapi' => 'h264_vaapi',