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

Remove VP9 from codec selection

This commit is contained in:
FintasticMan 2024-05-29 12:50:23 +02:00
parent b234888485
commit e146c3d95c
No known key found for this signature in database
GPG key ID: A00F1AB6DB1ED386

View file

@ -186,7 +186,6 @@
<option value="h264">H264</option>
<option value="hevc">HEVC</option>
<option value="av1">AV1</option>
<option value="vp9">VP9</option>
</select>
<div class="fieldDescription">${SelectPreferredTranscodeVideoCodecHelp}</div>
</div>