vlc/vlc-3.0 | branch: master | Pierre Ynard <linkfa...@yahoo.fr> | Tue Apr 13 
03:01:33 2021 +0200| [dbb962e595fff46b5959ebbff4092580003deb9d] | committer: 
Pierre Ynard

rist: add missing translations

(cherry picked from commit eb6b8474f6cf2cc170c706d226aaeade2e8e55fc)
Signed-off-by: Pierre Ynard <linkfa...@yahoo.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=dbb962e595fff46b5959ebbff4092580003deb9d
---

 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 1ce9e44477..5fdbb05ed9 100644
--- a/modules/access/rist.c
+++ b/modules/access/rist.c
@@ -1144,11 +1144,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" )

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to