]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Gives the input_thread_t to use to vout_Request().
[vlc] / include / vlc_vout.h
index aa144d509add70cafba2b3b0120535e72c76ca3b..f42d319481be83c02e287ea68a5866e14acd5c3f 100644 (file)
@@ -52,6 +52,7 @@
  */
 typedef struct {
     vout_thread_t        *vout;
+    vlc_object_t         *input;
     const video_format_t *fmt;
 } vout_configuration_t;