Commit 6172ff3d authored by Rafaël Carré's avatar Rafaël Carré

TS mux: remove write-only variable

parent 4b444058
...@@ -384,7 +384,6 @@ struct sout_mux_sys_t ...@@ -384,7 +384,6 @@ struct sout_mux_sys_t
int i_mpeg4_streams; int i_mpeg4_streams;
int i_null_continuity_counter; /* Needed ? */
ts_stream_t sdt; ts_stream_t sdt;
dvbpsi_pmt_t *dvbpmt; dvbpsi_pmt_t *dvbpmt;
...@@ -730,8 +729,6 @@ static int Open( vlc_object_t *p_this ) ...@@ -730,8 +729,6 @@ static int Open( vlc_object_t *p_this )
p_sys->i_mpeg4_streams = 0; p_sys->i_mpeg4_streams = 0;
p_sys->i_null_continuity_counter = 0;
/* Allow to create constrained stream */ /* Allow to create constrained stream */
p_sys->i_bitrate_min = var_GetInteger( p_mux, SOUT_CFG_PREFIX "bmin" ); p_sys->i_bitrate_min = var_GetInteger( p_mux, SOUT_CFG_PREFIX "bmin" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment