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

Filip Roséen git at videolan.org
Wed Mar 22 20:03:48 CET 2017


vlc | branch: master | Filip Roséen <filip at atch.se> | Wed Mar 22 11:04:27 2017 +0100| [e9dec8b048d83b2e14c42e77f91bc4867c9096b6] | committer: Jean-Baptiste Kempf

demux/playlist: m3u: fixup of 5cde0de

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).

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9dec8b048d83b2e14c42e77f91bc4867c9096b6
---

 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 5671398..27197ab 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" )



More information about the vlc-commits mailing list