]> git.sesse.net Git - vlc/blobdiff - include/vlc_access.h
ML: Remove asserts in vlc_media_library.h
[vlc] / include / vlc_access.h
index cc7a9c6b8dffcbdb72d19b48c1e60fb361164fe9..103badbb0362acfe2885f4af01634fa7a2bca47e 100644 (file)
@@ -80,8 +80,8 @@ struct access_t
 
     /* Access name (empty if non forced) */
     char        *psz_access;
-    /* Access path/url/filename/.... */
-    char        *psz_path;
+    char        *psz_location; /**< Location (URL with the scheme stripped) */
+    char        *psz_filepath; /**< Local file path (if applicable) */
 
     /* Access can fill this entry to force a demuxer
      * XXX: fill it once you know for sure you will succeed