[vlc-devel] commit: Cannot read from probe, not from peek ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Apr 14 10:25:27 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Apr 14 11:24:35 2009 +0300| [dd0ec72df062c5966c8768a24c172381c733d167] | committer: Rémi Denis-Courmont 

Cannot read from probe, not from peek

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dd0ec72df062c5966c8768a24c172381c733d167
---

 share/lua/playlist/README.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/lua/playlist/README.txt b/share/lua/playlist/README.txt
index 0ec1c51..3d4aea4 100644
--- a/share/lua/playlist/README.txt
+++ b/share/lua/playlist/README.txt
@@ -17,8 +17,8 @@ VLC defines a global vlc object with the following members:
  * vlc.access: the access used ("http" for http://, "file" for file://, etc.)
  * vlc.peek( <int> ): return the first <int> characters from the playlist file.
  * vlc.read( <int> ): read <int> characters from the playlist file.
-                      THIS FUNCTION CANNOT BE USED IN peek().
+                      THIS FUNCTION CANNOT BE USED IN probe().
  * vlc.readline(): return a new line of playlist data on each call.
-                   THIS FUNCTION CANNOT BE USED IN peek().
+                   THIS FUNCTION CANNOT BE USED IN probe().
 
 Available VLC specific Lua modules: msg and strings. See lua/README.txt.




More information about the vlc-devel mailing list