]> git.sesse.net Git - vlc/commitdiff
transcode: return VLC_SUCCESS on overlay case also
authorIlkka Ollakka <ileoo@videolan.org>
Wed, 26 Feb 2014 08:55:05 +0000 (10:55 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Wed, 26 Feb 2014 08:55:44 +0000 (10:55 +0200)
modules/stream_out/transcode/spu.c

index f54465a994d8e36a294fe20b504320c715fb47d7..ece8394c934a80671261385ff1405d10565b287f 100644 (file)
@@ -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
     {