vlc | branch: master | Steve Lhomme <[email protected]> | 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 <[email protected]>

> 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" );
 

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to