[vlc-commits] rist: add missing translations
Pierre Ynard
git at videolan.org
Tue Apr 13 01:02:52 UTC 2021
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Apr 13 03:01:33 2021 +0200| [eb6b8474f6cf2cc170c706d226aaeade2e8e55fc] | committer: Pierre Ynard
rist: add missing translations
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb6b8474f6cf2cc170c706d226aaeade2e8e55fc
---
modules/access/rist.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/access/rist.c b/modules/access/rist.c
index 009c17790d..53373c3595 100644
--- a/modules/access/rist.c
+++ b/modules/access/rist.c
@@ -1142,11 +1142,11 @@ vlc_module_begin ()
add_integer( "nack-type", NACK_FMT_RANGE,
N_("RIST nack type, 0 = range, 1 = bitmask. Default is range"), NULL, true )
change_integer_list( nack_type, nack_type_names )
- add_bool( "disable-nacks", false, "Disable NACK output packets",
- "Use this to disable packet recovery", true )
- add_bool( "mcast-blind-nacks", false, "Do not check for a valid rtcp message from the encoder",
- "Send nack messages even when we have not confirmed that the encoder is on our local " \
- "network.", true )
+ add_bool( "disable-nacks", false, N_("Disable NACK output packets"),
+ N_("Use this to disable packet recovery"), true )
+ add_bool( "mcast-blind-nacks", false, N_("Do not check for a valid rtcp message from the encoder"),
+ N_("Send nack messages even when we have not confirmed that the encoder is on our local " \
+ "network."), true )
set_capability( "access", 0 )
add_shortcut( "rist", "tr06" )
More information about the vlc-commits
mailing list