]> git.sesse.net Git - vlc/blobdiff - src/input/vlm_internal.h
input: set OSD message when changing rate via hotkeys to display the current rate...
[vlc] / src / input / vlm_internal.h
index 670f5a16c828342c3d4e02ff95ec357b7e11867d..1e88d568c2d19b12b9006830e3c67d917ae88682 100644 (file)
@@ -29,6 +29,7 @@
 #define _VLM_INTERNAL_H 1
 
 #include <vlc_vlm.h>
+#include "input_interface.h"
 
 /* Private */
 typedef struct
@@ -41,9 +42,9 @@ typedef struct
 
     bool      b_sout_keep;
 
-    input_item_t    *p_item;
-    input_thread_t  *p_input;
-    sout_instance_t *p_sout;
+    input_item_t      *p_item;
+    input_thread_t    *p_input;
+    input_resource_t *p_input_resource;
 
 } vlm_media_instance_sys_t;
 
@@ -89,6 +90,7 @@ struct vlm_t
 
     vlc_mutex_t  lock;
     vlc_thread_t thread;
+    vlc_cond_t   wait;
 
     /* */
     int64_t        i_id;