[vlc-commits] [Git][videolan/vlc][master] transcode: fix labels on --sout-transcode-soverlay
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Wed Jan 5 08:39:01 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
90c03c4a by Lyndon Brown at 2022-01-05T08:17:01+00:00
transcode: fix labels on --sout-transcode-soverlay
- - - - -
1 changed file:
- modules/stream_out/transcode/transcode.c
Changes:
=====================================
modules/stream_out/transcode/transcode.c
=====================================
@@ -112,6 +112,8 @@
#define SCODEC_LONGTEXT N_( \
"This is the subtitle codec that will be used." )
+#define SOVERLAY_TEXT N_("Subtitle overlay")
+
#define SFILTER_TEXT N_("Overlays")
#define SFILTER_LONGTEXT N_( \
"This allows you to add overlays (also known as \"subpictures\") on the "\
@@ -198,8 +200,7 @@ vlc_module_begin ()
SENC_TEXT, SENC_LONGTEXT)
add_string( SOUT_CFG_PREFIX "scodec", NULL, SCODEC_TEXT,
SCODEC_LONGTEXT )
- add_bool( SOUT_CFG_PREFIX "soverlay", false, SCODEC_TEXT,
- SCODEC_LONGTEXT )
+ add_bool( SOUT_CFG_PREFIX "soverlay", false, SOVERLAY_TEXT, NULL )
add_module_list(SOUT_CFG_PREFIX "sfilter", "sub source", NULL,
SFILTER_TEXT, SFILTER_LONGTEXT)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/90c03c4ab9c6a53c90059894093445d3c74f1e0d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/90c03c4ab9c6a53c90059894093445d3c74f1e0d
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list