From: Pierre d'Herbemont Date: Thu, 31 Jul 2008 19:59:10 +0000 (+0200) Subject: libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment. X-Git-Tag: 0.9.0-test3~91 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=7686840e5c2b384eab661455a5e532a97c669e96 libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment. --- diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 988ee6b3e5..64cea2b885 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -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")