[vlc-commits] demux: adaptive: remove pointless warning
    Francois Cartegnie 
    git at videolan.org
       
    Tue Jan 16 23:48:43 CET 2018
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Jan 16 23:48:06 2018 +0100| [ba86cdb15202736dc97ee9078220382cf78d61fb] | committer: Francois Cartegnie
demux: adaptive: remove pointless warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba86cdb15202736dc97ee9078220382cf78d61fb
---
 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