X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fdemux%2Flive555.cpp;fp=modules%2Fdemux%2Flive555.cpp;h=b4188c320cf7b8118520cf0c56b6a8ea0a7a67d0;hb=3725a9efb8dc096397b34331ff4bfbc01bc45405;hp=77cf7d2137d7ddd0eefa6e596c5117078fac5aad;hpb=4820423079799cb162c52ebdabb29dd0697124e6;p=vlc diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index 77cf7d2137..b4188c320c 100644 --- a/modules/demux/live555.cpp +++ b/modules/demux/live555.cpp @@ -1526,6 +1526,7 @@ static int RollOverTcp( demux_t *p_demux ) p_sys->i_track = 0; p_sys->b_no_data = true; p_sys->i_no_data_ti = 0; + p_sys->p_out_asf = NULL; /* Reopen rtsp client */ if( ( i_return = Connect( p_demux ) ) != VLC_SUCCESS )