include/vlc_picture.h: Add pf_private_release() callback
Add private release function, which is not going to be overridden by Picture Poool. It is not allowed to alter the refcount from the picture in this callback function. Its purpose is to provide a callback to release private resource (picture_sys_t) when needed. Feeing of picture_sys_t itself is done inside the pf_release() callback. Which will be called only on picture_Delete() when used inside a picture Pool.
Showing
Please register or sign in to comment