]> git.sesse.net Git - vlc/commitdiff
Compile fix
authorChristophe Mutricy <xtophe@videolan.org>
Mon, 10 May 2010 22:47:11 +0000 (23:47 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Mon, 10 May 2010 22:48:28 +0000 (23:48 +0100)
modules/misc/lua/libs/osd.c

index 8d757a0a18b0b7524fee4ed453875424a9da75eb..acc4031fee1af9bce19d320870cf24087f82e6ce 100644 (file)
@@ -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;
 }