]> git.sesse.net Git - vlc/blobdiff - include/vlc_access.h
ML: Remove asserts in vlc_media_library.h
[vlc] / include / vlc_access.h
index 554f2f8b494815542bd6c7adeb2e403383a1dffc..103badbb0362acfe2885f4af01634fa7a2bca47e 100644 (file)
@@ -80,7 +80,7 @@ struct access_t
 
     /* Access name (empty if non forced) */
     char        *psz_access;
-    char        *psz_path; /**< Location (URL with the scheme stripped) */
+    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