From 2218799d008b26785653cd1ce1d30e48d30b9fcb Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 6 Feb 2023 06:44:39 -0700 Subject: [PATCH] Update hardware_acceleration.md --- docs/docs/configuration/hardware_acceleration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/hardware_acceleration.md b/docs/docs/configuration/hardware_acceleration.md index e6d3f347b..c01bf74eb 100644 --- a/docs/docs/configuration/hardware_acceleration.md +++ b/docs/docs/configuration/hardware_acceleration.md @@ -46,7 +46,7 @@ ffmpeg: ### AMD/ATI GPUs (Radeon HD 2000 and newer GPUs) via libva-mesa-driver -VAAPI supports automatic profile selection so it will work automatically with both h264 and h265 streams. +VAAPI supports automatic profile selection so it will work automatically with both H.264 and H.265 streams. **Note:** You also need to set `LIBVA_DRIVER_NAME=radeonsi` as an environment variable on the container.