Data Fields

image_handler_t Struct Reference

Collaboration diagram for image_handler_t:
Collaboration graph
[legend]

Data Fields

picture_t *(* pf_read )(image_handler_t *, block_t *, video_format_t *, video_format_t *)
picture_t *(* pf_read_url )(image_handler_t *, const char *, video_format_t *, video_format_t *)
block_t *(* pf_write )(image_handler_t *, picture_t *, video_format_t *, video_format_t *)
int(* pf_write_url )(image_handler_t *, picture_t *, video_format_t *, video_format_t *, const char *)
picture_t *(* pf_convert )(image_handler_t *, picture_t *, video_format_t *, video_format_t *)
picture_t *(* pf_filter )(image_handler_t *, picture_t *, video_format_t *, const char *)
vlc_object_tp_parent
decoder_tp_dec
encoder_tp_enc
filter_tp_filter

Field Documentation

Referenced by image_HandlerDelete(), and ImageRead().

Referenced by image_HandlerDelete(), and ImageWrite().

Referenced by image_HandlerCreate().

Referenced by image_HandlerCreate().

Referenced by image_HandlerCreate().

Referenced by image_HandlerCreate().

Referenced by image_HandlerCreate().

Referenced by image_HandlerCreate().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines