]> git.sesse.net Git - vlc/blobdiff - include/vlc_stream.h
Added path information in stream_t.
[vlc] / include / vlc_stream.h
index b7f989dbcca78e67ecf6e5c78253d44801b9be6c..e5cd0e0130b1702455042323b449b69204023763 100644 (file)
@@ -56,6 +56,9 @@ struct stream_t
     /* Module properties for stream filter */
     module_t    *p_module;
 
+    /* Real or virtual path (it can only be changed during stream_t opening) */
+    char        *psz_path;
+
     /* Stream source for stream filter */
     stream_t *p_source;