[vlc-commits] commit: Compile fix (Christophe Mutricy )
git at videolan.org
git at videolan.org
Tue May 11 00:48:53 CEST 2010
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Mon May 10 23:47:11 2010 +0100| [8f94b77dcecd4c9adf0fd4f15ec614962eea969b] | committer: Christophe Mutricy
Compile fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f94b77dcecd4c9adf0fd4f15ec614962eea969b
---
modules/misc/lua/libs/osd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/misc/lua/libs/osd.c b/modules/misc/lua/libs/osd.c
index 8d757a0..acc4031 100644
--- a/modules/misc/lua/libs/osd.c
+++ b/modules/misc/lua/libs/osd.c
@@ -167,7 +167,7 @@ static int vlclua_spu_channel_clear( lua_State *L )
if( !p_vout )
return luaL_error( L, "Unable to find vout." );
- vout_ClearSubpitureChannel( p_vout, i_chan );
+ vout_FlushSubpictureChannel( p_vout, i_chan );
vlc_object_release( p_vout );
return 0;
}
More information about the vlc-commits
mailing list