From 944df7b4335333e15c392c0eaaa0c26866e0646e Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Mon, 9 Sep 2024 21:05:26 +0800 Subject: [PATCH] Update string for RKMPP support in Trickplay 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 560b469b90..29298f9e0b 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1714,7 +1714,7 @@ "Trickplay": "Trickplay", "LabelTrickplayAccel": "Enable hardware decoding", "LabelTrickplayAccelEncoding": "Enable hardware accelerated MJPEG encoding", - "LabelTrickplayAccelEncodingHelp": "Currently only available on QSV, VAAPI and VideoToolbox, this option has no effect on other hardware acceleration methods.", + "LabelTrickplayAccelEncodingHelp": "Currently only available on QSV, VA-API, VideoToolbox and RKMPP, this option has no effect on other hardware acceleration methods.", "LabelTrickplayKeyFrameOnlyExtraction": "Only generate images from key frames", "LabelTrickplayKeyFrameOnlyExtractionHelp": "Extract key frames only for significantly faster processing with less accurate timing. If the configured hardware decoder does not support this mode, will use the software decoder instead.", "NonBlockingScan": "Non Blocking - queues generation, then returns",