[vlc-devel] [PATCH] stream.c Add debug message when selecting readdir stream method to be consistent with the rest of the file
Julien 'Lta' BALLET
elthariel at gmail.com
Wed Jun 25 12:49:54 CEST 2014
From: Julien 'Lta' BALLET <contact at lta.io>
---
src/input/stream.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/input/stream.c b/src/input/stream.c
index 44138b1..9b46ae4 100644
--- a/src/input/stream.c
+++ b/src/input/stream.c
@@ -434,6 +434,8 @@ stream_t *stream_AccessNew( access_t *p_access, char **ppsz_list )
}
else
{
+ msg_Dbg( s, "Using readdir method for AStream*" );
+
assert( p_sys->method == STREAM_METHOD_READDIR );
s->pf_readdir = AStreamReadDir;
}
--
2.0.0
More information about the vlc-devel
mailing list