mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3701 from nyanmisaka/patch-1
Remove MPEG4 hwaccel from AMF
(cherry picked from commit 4fdfcde018
)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
parent
c1865573d5
commit
f85db9c6ae
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
<span>MPEG2</span>
|
||||
</label>
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkDecodeCodec" data-codec="mpeg4" data-types="amf,nvenc,videotoolbox" />
|
||||
<input type="checkbox" is="emby-checkbox" class="chkDecodeCodec" data-codec="mpeg4" data-types="nvenc,videotoolbox" />
|
||||
<span>MPEG4</span>
|
||||
</label>
|
||||
<label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue