Merge pull request #3688 from kholk/patch-2

views/monitor.php: Add back h264 NVMPI decoder
pull/3689/head
Isaac Connor 2023-04-18 12:20:20 -04:00 committed by GitHub
commit 2dd869ab1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -825,6 +825,7 @@ $decoders = array(
'libx264' => 'libx264',
'h264' => 'h264',
'h264_cuvid' => 'h264_cuvid',
'h264_nvmpi' => 'h264_nvmpi',
'h264_mmal' => 'h264_mmal',
'h264_omx' => 'h264_omx',
'h264_qsv' => 'h264_qsv',