[vlc-commits] Revert "Fixing HLS on win32"

Rémi Denis-Courmont git at videolan.org
Tue Feb 28 18:24:24 CET 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Feb 28 19:24:17 2012 +0200| [b64eec006c15973d72089bfb9be270c5e8e23616] | committer: Rémi Denis-Courmont

Revert "Fixing HLS on win32"

This reverts commit b7d96d26c43aa489400b6755d8c90ede9a25cc1a.

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

 src/input/demux.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/input/demux.c b/src/input/demux.c
index df10092..e01b1a3 100644
--- a/src/input/demux.c
+++ b/src/input/demux.c
@@ -125,6 +125,7 @@ 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" },



More information about the vlc-commits mailing list