]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/rtp.c
utf8_* -> vlc_* (sed roxxors)
[vlc] / modules / stream_out / rtp.c
index 52e062a06c4837f50fc8ea6af50a20936837400d..f9ae123dc456a10dfa9bb8b6afe5ce630f256abf 100644 (file)
@@ -1482,7 +1482,7 @@ static int FileSetup( sout_stream_t *p_stream )
     if( p_sys->psz_sdp == NULL )
         return VLC_EGENERIC; /* too early */
 
-    if( ( f = utf8_fopen( p_sys->psz_sdp_file, "wt" ) ) == NULL )
+    if( ( f = vlc_fopen( p_sys->psz_sdp_file, "wt" ) ) == NULL )
     {
         msg_Err( p_stream, "cannot open file '%s' (%m)",
                  p_sys->psz_sdp_file );