Searched defs:PNGDecContext (Results 1 – 1 of 1) sorted by relevance
52 typedef struct PNGDecContext { struct53 PNGDSPContext dsp;54 AVCodecContext *avctx;56 GetByteContext gb;57 ThreadFrame last_picture;58 ThreadFrame picture;60 AVDictionary *frame_metadata;62 uint8_t iccp_name[82];63 uint8_t *iccp_data;64 size_t iccp_data_len;[all …]