]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Missing #includes
[vlc] / include / vlc_vout.h
index 23ea5e7ccab28b319becad1c9005d21582eb5694..baa6b1e1d0b981606f6115c9009c53f8267bfaa4 100644 (file)
@@ -398,6 +398,7 @@ struct vout_thread_t
     vlc_mutex_t         picture_lock;                 /**< picture heap lock */
     vlc_mutex_t         subpicture_lock;           /**< subpicture heap lock */
     vlc_mutex_t         change_lock;                 /**< thread change lock */
+    vlc_mutex_t         vfilter_lock;         /**< video filter2 change lock */
     vout_sys_t *        p_sys;                     /**< system output method */
     /**@}*/