[vlc-commits] stream_filter:hds: the xml reader type is not an ES category

Steve Lhomme git at videolan.org
Sat Jul 8 18:38:48 CEST 2017


vlc | branch: master | Steve Lhomme <robux4 at videolabs.io> | Thu Jul  6 12:04:20 2017 +0200| [e16bfb97ab31c1d4bb4992b351a55d2d1b91de8c] | committer: Jean-Baptiste Kempf

stream_filter:hds: the xml reader type is not an ES category

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

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

 modules/stream_filter/hds/hds.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/stream_filter/hds/hds.c b/modules/stream_filter/hds/hds.c
index 387951d86e..7112bad08c 100644
--- a/modules/stream_filter/hds/hds.c
+++ b/modules/stream_filter/hds/hds.c
@@ -30,7 +30,6 @@
 #include <vlc_strings.h>            /* b64_decode */
 #include <vlc_xml.h>
 #include <vlc_charset.h>            /* FromCharset */
-#include <vlc_es.h>                 /* UNKNOWN_ES */
 
 typedef struct chunk_s
 {
@@ -1297,7 +1296,7 @@ static void initialize_header_and_metadata( stream_sys_t* p_sys, hds_stream_t *s
 
 static int parse_Manifest( stream_t *s, manifest_t *m )
 {
-    int type = UNKNOWN_ES;
+    int type = 0;
 
     msg_Dbg( s, "Manifest parsing\n" );
 



More information about the vlc-commits mailing list