Commit b33c3f1c authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Shame shame shame shame shame, Shame on me

parent 6f9bcb4e
...@@ -345,8 +345,8 @@ static int Demux ( demux_t *p_demux ) ...@@ -345,8 +345,8 @@ static int Demux ( demux_t *p_demux )
if( !p_sys->psz_mcast_ip ) if( !p_sys->psz_mcast_ip )
{ {
char *psz_option; char *psz_option;
asprintf( &psz_option, "rtsp-caching=10000" ) asprintf( &psz_option, "rtsp-caching=10000" );
playlist_ItemAddOption( p_item, psz_option ) playlist_ItemAddOption( p_item, psz_option );
free( psz_option ); free( psz_option );
} }
if( !p_sys->psz_mcast_ip && p_sys->b_rtsp_kasenna ) if( !p_sys->psz_mcast_ip && p_sys->b_rtsp_kasenna )
......
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