Skip to content

Commit

Permalink
add h264_mmal as a decoder option
Browse files Browse the repository at this point in the history
  • Loading branch information
connortechnology committed Feb 26, 2023
1 parent 72652cf commit 5027bf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/skins/classic/views/monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -825,16 +825,20 @@ class="nav-link<?php echo $tab == $name ? ' active' : '' ?>"
'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',
Expand Down

0 comments on commit 5027bf2

Please sign in to comment.