vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Sun Feb 26 22:57:59 2012 +0100| [b7d96d26c43aa489400b6755d8c90ede9a25cc1a] | committer: Hugo Beauzée-Luyssen
Fixing HLS on win32 Removing m3u8 from the extensions to demux shortcut list. This was preventing the TS demux to be used. Instead, the M3U8 importer was used. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b7d96d26c43aa489400b6755d8c90ede9a25cc1a --- src/input/demux.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/input/demux.c b/src/input/demux.c index e01b1a3..df10092 100644 --- a/src/input/demux.c +++ b/src/input/demux.c @@ -125,7 +125,6 @@ demux_t *demux_New( vlc_object_t *p_obj, input_thread_t *p_parent_input, { "dv", "dv" }, { "drc", "dirac" }, { "m3u", "m3u" }, - { "m3u8", "m3u8" }, { "mkv", "mkv" }, { "mka", "mkv" }, { "mks", "mkv" }, { "mp4", "mp4" }, { "m4a", "mp4" }, { "mov", "mp4" }, { "moov", "mp4" }, { "nsv", "nsv" }, _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
