From 5027bf207efb72ef69896b621dbadc204af2dd20 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 26 Feb 2023 16:30:31 -0500 Subject: [PATCH] add h264_mmal as a decoder option --- web/skins/classic/views/monitor.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/skins/classic/views/monitor.php b/web/skins/classic/views/monitor.php index 5df7af34b..c12058079 100644 --- a/web/skins/classic/views/monitor.php +++ b/web/skins/classic/views/monitor.php @@ -825,16 +825,20 @@ $decoders = array( 'libx264' => 'libx264', 'h264' => 'h264', 'h264_cuvid' => 'h264_cuvid', + 'h264_mmal' => 'h264_mmal', 'h264_omx' => 'h264_omx', 'h264_qsv' => 'h264_qsv', 'h264_vaapi' => 'h264_vaapi', 'h264_v4l2m2m' => 'h264_v4l2m2m', 'libx265' => 'libx265', 'hevc_cuvid' => 'hevc_cuvid', + 'hevc_nvmpi' => 'hevc_nvmpi', 'hevc_qsv' => 'hevc_qsv', + 'vp8_nvmpi' => 'vp8_nvmpi', 'libvpx-vp9' => 'libvpx-vp9', 'vp9_qsv' => 'vp9-qsv', 'vp9_cuvid' => 'vp9_cuvid', + 'vp9_nvmpi' => 'vp9_nvmpi', 'vp9_v4l2m2m' => 'vp9_v4l2m2m', 'libsvtav1' => 'libsvtav1', 'libaom-av1' => 'libaom-av1',