]> git.sesse.net Git - vlc/commitdiff
* modules/stream_out/bridge.c: Fixed the bug of disappearance of audio.
authorChristophe Massiot <massiot@videolan.org>
Mon, 13 Jun 2005 13:21:58 +0000 (13:21 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 13 Jun 2005 13:21:58 +0000 (13:21 +0000)
modules/stream_out/bridge.c

index b5f9d45f0ed635730fe286ecf9d9011fc799b924..3ca6e6ac93d9969befc2ae55fe4b5f39843c979b 100644 (file)
@@ -286,6 +286,8 @@ static int DelOut( sout_stream_t *p_stream, sout_stream_id_t *id )
     p_es->b_changed = VLC_TRUE;
     vlc_mutex_unlock( p_sys->p_lock );
 
+    p_sys->b_inited = VLC_FALSE;
+
     return VLC_SUCCESS;
 }