]> git.sesse.net Git - vlc/commitdiff
libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 31 Jul 2008 19:59:10 +0000 (21:59 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 31 Jul 2008 20:00:07 +0000 (22:00 +0200)
src/libvlc-module.c

index 988ee6b3e508bd241fd81d92223a3e57cff01a8f..64cea2b885aeb3e2b949933be09c1db1d715abf2 100644 (file)
@@ -1000,8 +1000,8 @@ static const char *const ppsz_clock_descriptions[] =
      "This option is useful if you want to lower the latency when " \
      "reading a stream")
 
-#define AUTO_ADJUST_PTS_DELAY N_("(Experimental) Auto adjust the caching done "\
-    "to minimize latency when reading live stream.")
+#define AUTO_ADJUST_PTS_DELAY N_("(Experimental) Minimize latency when
+     reading live stream.")
 #define AUTO_ADJUST_PTS_DELAY_LONGTEXT N_( \
      "This option is useful if you want to lower the latency when " \
      "reading a stream")