]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/transcode/spu.c
std: cosmetic
[vlc] / modules / stream_out / transcode / spu.c
index c53a3c2eef5f3025c6df020ebd6e8ae18beef18b..d031d9a388eaf101f4554012d636660e7dcb8595 100644 (file)
@@ -91,10 +91,7 @@ int transcode_spu_new( sout_stream_t *p_stream, sout_stream_id_t *id )
     }
 
     if( !p_sys->p_spu )
-    {
         p_sys->p_spu = spu_Create( p_stream );
-        spu_Init( p_sys->p_spu );
-    }
 
     return VLC_SUCCESS;
 }