[vlc-devel] commit: libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment. (Pierre d' Herbemont )
git version control
git at videolan.org
Thu Jul 31 21:57:30 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Thu Jul 31 21:59:10 2008 +0200| [7686840e5c2b384eab661455a5e532a97c669e96]
libvlccore: fix AUTO_ADJUST_PTS_DELAY short comment.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7686840e5c2b384eab661455a5e532a97c669e96
---
src/libvlc-module.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 988ee6b..64cea2b 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")
More information about the vlc-devel
mailing list