]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Use a vlc_CPU() wrapper instead of (ab)using libvlc_global
[vlc] / include / vlc_vout.h
index 8c5f5aa6c673808541200735cbe9523c15775a9d..4779b0a429d18aa437edc507371266e46f185c58 100644 (file)
@@ -493,6 +493,9 @@ struct vout_thread_t
 
     /* Misc */
     vlc_bool_t       b_snapshot;     /**< take one snapshot on the next loop */
+
+    /* Video output configuration */
+    config_chain_t *p_cfg;
 };
 
 #define I_OUTPUTPICTURES p_vout->output.i_pictures
@@ -604,7 +607,8 @@ enum output_query_e
     VOUT_SNAPSHOT,
     VOUT_CLOSE,
     VOUT_SET_FOCUS,         /* arg1= vlc_bool_t       res=    */
-    VOUT_SET_VIEWPORT       /* arg1= view rect, arg2=clip rect, res= */
+    VOUT_SET_VIEWPORT,      /* arg1= view rect, arg2=clip rect, res= */
+    VOUT_REDRAW_RECT,       /* arg1= area rect, res= */
 };
 
 typedef struct snapshot_t {