]> git.sesse.net Git - vlc/blobdiff - include/vlc_picture.h
Removed dead picture_t::pf_lock/unlock fields.
[vlc] / include / vlc_picture.h
index b61e4133f2ab8a688412b3ef51090ba9fb32a95c..458bb2b32e0da7e7f5af98f8b6ee5c9b55902e4a 100644 (file)
@@ -113,10 +113,6 @@ struct picture_t
     int             i_qtype;                       /**< quantification style */
     /**@}*/
 
-    /* Some vouts require the picture to be locked before it can be modified */
-    int (* pf_lock) ( vout_thread_t *, picture_t * );
-    int (* pf_unlock) ( vout_thread_t *, picture_t * );
-
     /** Private data - the video output plugin might want to put stuff here to
      * keep track of the picture */
     picture_sys_t * p_sys;