[vlc-devel] commit: Decode file path in sout-rtp-sdp ( Rémi Denis-Courmont )

git version control git at videolan.org
Mon Jul 20 18:53:02 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Mon Jul 20 19:44:36 2009 +0300| [a5f5f1b15edf10ed330dcac7d569633b39ce4edd] | committer: Rémi Denis-Courmont 

Decode file path in sout-rtp-sdp
(cherry picked from commit 12cf82c869b7bf482db6a3faadbe8348a163e0a1)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a5f5f1b15edf10ed330dcac7d569633b39ce4edd
---

 modules/stream_out/rtp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/stream_out/rtp.c b/modules/stream_out/rtp.c
index d4ebfe8..a712ba2 100644
--- a/modules/stream_out/rtp.c
+++ b/modules/stream_out/rtp.c
@@ -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




More information about the vlc-devel mailing list