1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add omx decoder

This commit is contained in:
Luke Pulverenti 2017-09-15 13:57:42 -04:00
parent 7ee1fba691
commit 5e5518e1d3
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
<select is="emby-select" id="selectVideoDecoder" label="${LabelHardwareAccelerationType}">
<option value="">${OptionNone}</option>
<option value="qsv">Intel Quick Sync (experimental)</option>
<option value="h264_omx">OpenMAX OMX (experimental)</option>
<option value="omx">OpenMAX OMX (experimental)</option>
<option value="nvenc">Nvidia NVENC (experimental)</option>
<option value="vaapi">Video Acceleration API (VA API) (experimental)</option>
<option value="h264_v4l2m2m">Exynos V4L2 MFC Encoder (experimental)</option>
@ -26,7 +26,7 @@
<h3 class="checkboxListLabel">${LabelEnableHardwareDecodingFor}</h3>
<div class="checkboxList">
<label>
<input type="checkbox" is="emby-checkbox" class="chkDecodeCodec" data-codec="h264" data-types="qsv,nvenc" />
<input type="checkbox" is="emby-checkbox" class="chkDecodeCodec" data-codec="h264" data-types="qsv,nvenc,omx" />
<span>H264</span>
</label>
<label>

File diff suppressed because one or more lines are too long