]> git.sesse.net Git - vlc/commitdiff
Decode file path in sout-rtp-sdp
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 20 Jul 2009 16:44:36 +0000 (19:44 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 20 Jul 2009 16:44:36 +0000 (19:44 +0300)
modules/stream_out/rtp.c

index 57c609e8763e1c422dce97237875bf19d3322a37..2eb200d735b2f167c902e0b05dd7b7bf08da5933 100644 (file)
@@ -668,6 +668,7 @@ static void SDPHandleUrl( sout_stream_t *p_stream, const char *psz_url )
         if( psz_url[0] == '/' && psz_url[1] == '/' )
             psz_url += 2;
         p_sys->psz_sdp_file = strdup( psz_url );
+        decode_URI( p_sys->psz_sdp_file ); /* FIXME? */
         FileSetup( p_stream );
     }
     else