[vlc-devel] commit: Lua demux: open the stream lib (Fabio Ritrovato )

git version control git at videolan.org
Sat Feb 27 01:00:54 CET 2010


vlc | branch: master | Fabio Ritrovato <sephiroth87 at videolan.org> | Sat Feb 27 00:52:26 2010 +0100| [6cceda066b7c5f4f2d489f816fb816551c69aaa5] | committer: Fabio Ritrovato 

Lua demux: open the stream lib

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

 modules/misc/lua/demux.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/misc/lua/demux.c b/modules/misc/lua/demux.c
index e201024..601287f 100644
--- a/modules/misc/lua/demux.c
+++ b/modules/misc/lua/demux.c
@@ -138,6 +138,7 @@ static int probe_luascript( vlc_object_t *p_this, const char * psz_filename,
     luaL_register( L, "vlc", p_reg );
     luaopen_msg( L );
     luaopen_strings( L );
+    luaopen_stream( L );
     luaopen_xml( L );
     luaopen_md5( L );
     lua_pushlightuserdata( L, p_demux );




More information about the vlc-devel mailing list