[vlc-devel] commit: Remove .Ram handling from m3u demuxer. This was broken anyway. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sun Mar 29 18:41:34 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Mar 29 18:38:09 2009 +0200| [0449b603d346ce3e6112950f5c40254358ce4733] | committer: Jean-Baptiste Kempf 

Remove .Ram handling from m3u demuxer. This was broken anyway.

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

 modules/demux/playlist/m3u.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/demux/playlist/m3u.c b/modules/demux/playlist/m3u.c
index 9fe5f5f..9770b29 100644
--- a/modules/demux/playlist/m3u.c
+++ b/modules/demux/playlist/m3u.c
@@ -60,8 +60,6 @@ int Import_M3U( vlc_object_t *p_this )
 
     if(! ( POKE( p_peek, "#EXTM3U", 7 ) || POKE( p_peek, "RTSPtext", 8 ) ||
            demux_IsPathExtension( p_demux, ".m3u" ) || demux_IsPathExtension( p_demux, ".vlc" ) ||
-           /* A .ram file can contain a single rtsp link */
-           demux_IsPathExtension( p_demux, ".ram" ) || demux_IsPathExtension( p_demux, ".rm" ) ||
            demux_IsForced( p_demux,  "m3u" ) || ContainsURL( p_demux ) ) )
         return VLC_EGENERIC;
 




More information about the vlc-devel mailing list