From 07efae27fe2fa6cdfcf17e0819ffe786ccbbf693 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Mon, 25 Mar 2024 22:32:46 +0800 Subject: [PATCH] Fix translation of the enhanced NVDEC decoder Enhanced NVDEC is now the default option in 10.9, which is required for parsing the Dolby Vision metadata. The old CUVID impl can still be used by unchecking this option. Signed-off-by: nyanmisaka --- src/strings/en-us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 43f57cbef2..ea0c094a4b 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1618,7 +1618,7 @@ "Select": "Select", "ThemeSong": "Theme Song", "ThemeVideo": "Theme Video", - "EnableEnhancedNvdecDecoderHelp": "Experimental NVDEC implementation, do not enable this option unless you encounter decoding errors.", + "EnableEnhancedNvdecDecoderHelp": "Enhanced NVDEC implementation, disable this option to use CUVID if you encounter decoding errors.", "EnableSplashScreen": "Enable the splash screen", "LabelVppTonemappingBrightness": "VPP Tone mapping brightness gain", "LabelVppTonemappingBrightnessHelp": "Apply brightness gain in VPP tone mapping. The recommended and default values are 16 and 0.",