]> git.sesse.net Git - vlc/blobdiff - src/libvlc-module.c
Do not output config.status into srcdir
[vlc] / src / libvlc-module.c
index 270b43bda060e09c516070c51acb1a11d69d9acc..810fc15c33a6dee4a5e7c81673ba4d3de8ea50ef 100644 (file)
@@ -642,8 +642,8 @@ static const char *const ppsz_pos_descriptions[] =
 
 #define CLOCK_JITTER_TEXT N_("Clock jitter")
 #define CLOCK_JITTER_LONGTEXT N_( \
-    "It tells the clock algorithms what is the maximal input jitter that " \
-    "is considered valid and can be compensated (in milliseconds)" )
+    "This defines the maximum input delay jitter that the synchronization " \
+    "algorithms should try to compensate (in milliseconds)." )
 
 #define NETSYNC_TEXT N_("Network synchronisation" )
 #define NETSYNC_LONGTEXT N_( "This allows you to remotely " \