Home
last modified time | relevance | path

Searched defs:PNGDecContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpngdec.c52 typedef struct PNGDecContext { struct
53 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 …]