Commit 795c018b authored by Ilkka Ollakka's avatar Ilkka Ollakka

transcode: return VLC_SUCCESS on overlay case also

parent ee6b5cef
......@@ -140,6 +140,7 @@ int transcode_spu_process( sout_stream_t *p_stream,
if( p_sys->b_soverlay )
{
spu_PutSubpicture( p_sys->p_spu, p_subpic );
return VLC_SUCCESS;
}
else
{
......
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