slight wording correction

This commit is contained in:
felix920506
2024-10-25 02:00:35 +08:00
parent 587b5c2d75
commit f71dba99ec
@@ -186,7 +186,9 @@ Dolby Vision (P5 & P8) to SDR tone-mapping is supported in Jellyfin 10.8 and req
:::tip
The hardware decoding of H.264 / AVC 10-bit (High 10 profile) video is not supported by any Intel, NVIDIA and AMD GPU. It is only supported by Apple Silicon and Rockchip. Jellyfin will always fallback to software decoding for it. Consider upgrading such video to H.265 / HEVC 10-bit (Main 10 profile).
The hardware decoding of H.264 / AVC 10-bit (High 10 profile) video is not supported by any Intel, NVIDIA and AMD GPU.
- It is only supported by Apple Silicon and Rockchip. Jellyfin will fall back to software decoding for it when there is
- no hardware decoder available. Consider upgrading such video to H.265 / HEVC 10-bit (Main 10 profile).
:::