]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
Only input uses b_dead
[vlc] / include / vlc_input.h
index 63debca1f06544234842a27b8cb80ab2686bc091..6eeeb0555eda4bc8b5b76fc561c2fab5c70422d8 100644 (file)
@@ -439,8 +439,9 @@ struct input_thread_t
 {
     VLC_COMMON_MEMBERS;
 
-    bool  b_eof;
+    bool b_eof;
     bool b_preparsing;
+    bool b_dead;
 
     int i_state;
     bool b_can_pace_control;