Commit 8f94b77d authored by Christophe Mutricy's avatar Christophe Mutricy

Compile fix

parent 359847ff
...@@ -167,7 +167,7 @@ static int vlclua_spu_channel_clear( lua_State *L ) ...@@ -167,7 +167,7 @@ static int vlclua_spu_channel_clear( lua_State *L )
if( !p_vout ) if( !p_vout )
return luaL_error( L, "Unable to find 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 ); vlc_object_release( p_vout );
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment