[vlc-commits] demux: adaptive: remove pointless warning
Francois Cartegnie
git at videolan.org
Wed Jan 17 16:13:16 CET 2018
vlc/vlc-3.0 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Jan 16 23:48:06 2018 +0100| [3e6c3a49b1a177b34e8e19ebbc86b9cdad374fdc] | committer: Jean-Baptiste Kempf
demux: adaptive: remove pointless warning
(cherry picked from commit ba86cdb15202736dc97ee9078220382cf78d61fb)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=3e6c3a49b1a177b34e8e19ebbc86b9cdad374fdc
---
modules/demux/adaptive/adaptive.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/demux/adaptive/adaptive.cpp b/modules/demux/adaptive/adaptive.cpp
index 08b5595e9d..05dea53c14 100644
--- a/modules/demux/adaptive/adaptive.cpp
+++ b/modules/demux/adaptive/adaptive.cpp
@@ -230,7 +230,6 @@ static int Open(vlc_object_t *p_obj)
if(!p_manager)
{
- msg_Warn(p_obj, "unsupported adaptive streaming");
delete authStorage;
return VLC_EGENERIC;
}
More information about the vlc-commits
mailing list