]> git.sesse.net Git - vlc/blobdiff - modules/access/mms/mmsh.h
invmem: fix a pts issue causing the output to stays black
[vlc] / modules / access / mms / mmsh.h
index f5c63604bc0c9b41769c32a34963b72135730686..3a2aa695df4179aa618e0d30b5cd1e20929633c9 100644 (file)
@@ -47,14 +47,14 @@ struct access_sys_t
     int             fd;
     vlc_url_t       url;
 
-    vlc_bool_t      b_proxy;
+    bool      b_proxy;
     vlc_url_t       proxy;
 
     int             i_request_context;
 
     uint8_t         buffer[BUFFER_SIZE + 1];
 
-    vlc_bool_t      b_broadcast;
+    bool      b_broadcast;
 
     uint8_t         *p_header;
     int             i_header;