]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/logo.c
make_URI: add scheme parameter
[vlc] / modules / video_filter / logo.c
index d3188b92ca732495213bf9d3c9d2333dfc7bf20a..7bf4cc46a3e2fcb2ee5f4151abbe3563ec6e11c7 100644 (file)
@@ -615,7 +615,7 @@ static picture_t *LoadImage( vlc_object_t *p_this, const char *psz_filename )
     if( !p_image )
         return NULL;
 
-    char *psz_url = make_URI( psz_filename );
+    char *psz_url = make_URI( psz_filename, NULL );
     picture_t *p_pic = image_ReadUrl( p_image, psz_url, &fmt_in, &fmt_out );
     free( psz_url );
     image_HandlerDelete( p_image );