]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
Stick b_error to object types that actually use it
[vlc] / include / vlc_input.h
index b25e76f63b3c3400af9f71a57f8b42f58cb84f24..5eebb3bbd29caf09b0cdc96d70f60badc0ad7371 100644 (file)
@@ -267,6 +267,7 @@ struct input_thread_t
 {
     VLC_COMMON_MEMBERS
 
+    bool b_error;
     bool b_eof;
     bool b_preparsing;
     bool b_dead;