Merge pull request #6369 from gnattu/allow-av1-videotoolbox

Display AV1 option for VideoToolbox
This commit is contained in:
Bill Thornton
2025-04-03 03:12:20 -04:00
committed by GitHub
@@ -71,7 +71,7 @@
<span>VP9</span>
</label>
<label>
<input type="checkbox" is="emby-checkbox" class="chkDecodeCodec" data-codec="av1" data-types="amf,nvenc,qsv,vaapi,rkmpp" />
<input type="checkbox" is="emby-checkbox" class="chkDecodeCodec" data-codec="av1" data-types="amf,nvenc,qsv,vaapi,rkmpp,videotoolbox" />
<span>AV1</span>
</label>
</div>