[vlc-devel] commit: Lua: document function vlc.stream : addfilter ( Jean-Philippe André )

git version control git at videolan.org
Sat Dec 19 19:48:24 CET 2009


vlc | branch: master | Jean-Philippe André <jpeg at videolan.org> | Sat Dec 19 19:33:33 2009 +0100| [1a9b837783365913b63cab244e8477f9bc4e406d] | committer: Jean-Philippe André 

Lua: document function vlc.stream : addfilter

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

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

diff --git a/share/lua/README.txt b/share/lua/README.txt
index 7469f53..4defc9b 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -271,6 +271,7 @@ stream( url ): Instantiate a stream object for specific url.
 s = vlc.stream( "http://www.videolan.org/" )
 s:read( 128 ) -- read up to 128 characters. Return 0 if no more data is available (FIXME?).
 s:readline() -- read a line. Return nil if EOF was reached.
+s:addfilter() -- add a stream filter. If no argument was specified, try to add all automatic stream filters.
 
 Strings
 -------




More information about the vlc-devel mailing list