|
VLC 4.0.0-dev
|
#include <picture.h>
Data Fields | ||
| picture_t | picture | |
| struct { | ||
| void(* destroy )(picture_t *) | ||
| void * opaque | ||
| } | gc | |
| void * | pool | |
| struct vlc_list | pool_node | |
| vlc_ancillary_array | ancillaries | |
| vlc_ancillary_array picture_priv_t::ancillaries |
| void(* picture_priv_t::destroy) (picture_t *) |
Referenced by picture_Destroy(), and picture_InitPrivate().
| struct { ... } picture_priv_t::gc |
| void* picture_priv_t::opaque |
Referenced by picture_DestroyClone(), picture_InitPrivate(), picture_InternalClone(), and picture_pool_ReleaseClone().
| picture_t picture_priv_t::picture |
| void* picture_priv_t::pool |
| struct vlc_list picture_priv_t::pool_node |