Skip to content
Snippets Groups Projects
Commit 90c03c4a authored by Lyndon Brown's avatar Lyndon Brown Committed by Hugo Beauzée-Luyssen
Browse files

transcode: fix labels on --sout-transcode-soverlay

parent b82eff67
No related branches found
No related tags found
1 merge request!1130transcode: fix labels on --sout-transcode-soverlay
Pipeline #176152 passed with stage
in 17 minutes and 29 seconds
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment