]> git.sesse.net Git - vlc/blobdiff - include/vlc_stream.h
Stick b_error to object types that actually use it
[vlc] / include / vlc_stream.h
index 35cfb35c58ca23812a2046daf90fb16b4d1b24ab..43850782262bbf8c1d6c2ae5179f1137dad261dc 100644 (file)
@@ -52,6 +52,7 @@ typedef struct stream_text_t stream_text_t;
 struct stream_t
 {
     VLC_COMMON_MEMBERS
+    bool        b_error;
 
     /* Module properties for stream filter */
     module_t    *p_module;