]> git.sesse.net Git - vlc/commitdiff
* Shame shame shame shame shame, Shame on me
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 1 Nov 2004 13:43:43 +0000 (13:43 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 1 Nov 2004 13:43:43 +0000 (13:43 +0000)
modules/demux/sgimb.c

index 2aa3d2207d3480491e67994647c9f273c63a512d..323350e7d292eb872d87186f584d9b5b2e8fd3cb 100644 (file)
@@ -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 )