Merge pull request #107 from SteveGilvarry/patch-2
Deal with Error for Auto not in Array
This commit is contained in:
commit
b756d909db
|
@ -972,7 +972,7 @@ echo htmlSelect('newMonitor[OutputCodec]', $videowriter_codecs, $monitor->Output
|
|||
<td>
|
||||
<?php
|
||||
$videowriter_encoders = array(
|
||||
'' => translate('Auto'),
|
||||
'auto' => translate('Auto'),
|
||||
'h264_omx' => 'h264_omx',
|
||||
'libx264' => 'libx264',
|
||||
'h264_vaapi' => 'h264_vaapi',
|
||||
|
|
Loading…
Reference in New Issue