[vlc-commits] stream: update documentation
Thomas Guillem
git at videolan.org
Fri Oct 14 16:42:14 CEST 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Oct 14 16:38:11 2016 +0200| [10c5ded53ce716b63da9f831d07c63673bb84c25] | committer: Thomas Guillem
stream: update documentation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10c5ded53ce716b63da9f831d07c63673bb84c25
---
include/vlc_stream.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_stream.h b/include/vlc_stream.h
index 2095729..ed13007 100644
--- a/include/vlc_stream.h
+++ b/include/vlc_stream.h
@@ -51,7 +51,7 @@ struct stream_t
module_t *p_module;
char *psz_name;
- char *psz_url; /**< Full URL or MRL */
+ char *psz_url; /**< Full URL or MRL (can be NULL) */
const char *psz_location; /**< Location (URL with the scheme stripped) */
char *psz_filepath; /**< Local file path (if applicable) */
bool b_preparsing; /**< True if this access is used to preparse */
More information about the vlc-commits
mailing list