]> git.sesse.net Git - vlc/blobdiff - modules/access/bd/bd.c
Removed now useless es_out_t::b_sout field.
[vlc] / modules / access / bd / bd.c
index 7eb17bf785c6573223dda84f3296e39d06c49a12..5c61970e1720861f8e057df8b21346b4538dcd7e 100644 (file)
@@ -1343,7 +1343,6 @@ static es_out_t *EsOutNew( demux_t *p_demux )
     p_out->pf_del     = EsOutDel;
     p_out->pf_control = EsOutControl;
     p_out->pf_destroy = EsOutDestroy;
-    p_out->b_sout = false;
 
     p_out->p_sys = p_sys = malloc( sizeof(*p_sys) );
     if( !p_sys )