Skip to content
Snippets Groups Projects
Commit b33c3f1c authored by hartman's avatar hartman
Browse files

* Shame shame shame shame shame, Shame on me

parent 6f9bcb4e
No related branches found
No related tags found
No related merge requests found
......@@ -345,8 +345,8 @@ static int Demux ( demux_t *p_demux )
if( !p_sys->psz_mcast_ip )
{
char *psz_option;
asprintf( &psz_option, "rtsp-caching=10000" )
playlist_ItemAddOption( p_item, psz_option )
asprintf( &psz_option, "rtsp-caching=10000" );
playlist_ItemAddOption( p_item, psz_option );
free( psz_option );
}
if( !p_sys->psz_mcast_ip && p_sys->b_rtsp_kasenna )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment