From c7348399c44735c0140f22eb1ffe225a9f278731 Mon Sep 17 00:00:00 2001 From: Martin Pecka Date: Thu, 18 Feb 2021 02:59:48 +0100 Subject: [PATCH] Fix markdown in tutorial Signed-off-by: Martin Pecka --- tutorials/hw-encoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/hw-encoding.md b/tutorials/hw-encoding.md index 3ba015987..adc2ee1e4 100644 --- a/tutorials/hw-encoding.md +++ b/tutorials/hw-encoding.md @@ -21,8 +21,8 @@ so performance-wise, the rest of the GPU should be unaffected). In order to get HW accelerated encoding working, you need to get 3 things right: 1. The encoder type -1. The HW device to be used -1. Whether to use a specialized HW surface +2. The HW device to be used +3. Whether to use a specialized HW surface ## 1. Encoder types