]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Allow using the config chain syntax for vout filters and vouts.
[vlc] / include / vlc_vout.h
index 8c5f5aa6c673808541200735cbe9523c15775a9d..848a90b9884dfbd538c2208fe22df54a0c4be254 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