[vlc-devel] [PATCH] RIST access: fix misspellings on help text
Sergio M. Ammirata
sergio.ammirata at sipradius.com
Tue Dec 4 16:43:49 CET 2018
>From 45bd72ac71d05448a04b0501206d45906d5a97f2 Mon Sep 17 00:00:00 2001
From: Sergio Ammirata <sergio at ammirata.net>
Date: Tue, 4 Dec 2018 10:37:42 -0500
Subject: [PATCH] RIST access: fix misspellings on help text
---
modules/access/rist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/access/rist.c b/modules/access/rist.c
index 6b3384a..6607340 100644
--- a/modules/access/rist.c
+++ b/modules/access/rist.c
@@ -1064,9 +1064,9 @@ vlc_module_begin ()
add_integer( "packet-size", RIST_MAX_PACKET_SIZE,
N_("RIST maximum packet size (bytes)"), NULL, true )
add_integer( "maximum-jitter", RIST_DEFAULT_POLL_TIMEOUT,
- N_("RIST demux/decode maximum jitter (defaut is 5ms)"),
+ N_("RIST demux/decode maximum jitter (default is 5ms)"),
N_("This controls the maximum jitter that will be passed to the demux/decode chain. "
- "The lower the value, the more CPU cycles the algortyhm will consume"), true )
+ "The lower the value, the more CPU cycles the algorithm will consume"), true )
add_integer( "latency", RIST_DEFAULT_LATENCY, N_("RIST latency (ms)"), NULL, true )
add_integer( "retry-interval", RIST_DEFAULT_RETRY_INTERVAL, N_("RIST nack retry interval (ms)"),
NULL, true )
--
2.7.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20181204/10e450cb/attachment.html>
More information about the vlc-devel
mailing list