[vlc-devel] [PATCH] demux/playlist: m3u: fixup of 5cde0de

Filip Roséen filip at atch.se
Wed Mar 22 11:04:27 CET 2017


This lazy-mans method of debugging was added to identify that issue
with #18143, with that said; it has no value inside the codebase (and
was included in the patch by accident).
---
 modules/demux/playlist/m3u.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/demux/playlist/m3u.c b/modules/demux/playlist/m3u.c
index 56713980ba..27197ab112 100644
--- a/modules/demux/playlist/m3u.c
+++ b/modules/demux/playlist/m3u.c
@@ -80,10 +80,7 @@ int Import_M3U( vlc_object_t *p_this )
     if( demux_IsPathExtension( p_demux, ".m3u8" )
      || demux_IsForced( p_demux, "m3u8" )
      || CheckMimeType( p_demux->s, "application/vnd.apple.mpegurl" ) )
-    {
-        fprintf( stderr, "so apparently this is a m3u8\n" );
         pf_dup = CheckUnicode; /* UTF-8 file type */
-    }
     else
     if( demux_IsPathExtension( p_demux, ".m3u" )
      || demux_IsPathExtension( p_demux, ".vlc" )
-- 
2.12.0


More information about the vlc-devel mailing list