From cdcbfad9dbde9c4f55b0e0991a42303e262b96c6 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 2 Mar 2023 22:31:56 -0800 Subject: ffmpeg: Enable support for PGS subtitles --- pkg/ffmpeg/config_components.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/ffmpeg') diff --git a/pkg/ffmpeg/config_components.h b/pkg/ffmpeg/config_components.h index b90275b2..c7be339d 100644 --- a/pkg/ffmpeg/config_components.h +++ b/pkg/ffmpeg/config_components.h @@ -541,7 +541,7 @@ #define CONFIG_MICRODVD_DECODER 0 #define CONFIG_MOVTEXT_DECODER 0 #define CONFIG_MPL2_DECODER 0 -#define CONFIG_PGSSUB_DECODER 0 +#define CONFIG_PGSSUB_DECODER 1 #define CONFIG_PJS_DECODER 0 #define CONFIG_REALTEXT_DECODER 0 #define CONFIG_SAMI_DECODER 0 -- cgit v1.2.3