]> git.sesse.net Git - vlc/blobdiff - src/input/es_out.c
Removed now useless es_out_t::b_sout field.
[vlc] / src / input / es_out.c
index b76e27626a5028c284627d8f4374dc9e699dad05..8e7419aaac84954ce0944b5cf346dff18f2cffc4 100644 (file)
@@ -237,8 +237,6 @@ es_out_t *input_EsOutNew( input_thread_t *p_input, int i_rate )
     out->pf_control = EsOutControl;
     out->pf_destroy = EsOutDelete;
     out->p_sys      = p_sys;
-    out->b_sout     = false; /* It has no meaning here, and p_input->p->p_sout is not yet valid */
-
 
     vlc_mutex_init_recursive( &p_sys->lock );
     p_sys->p_input = p_input;