Home
last modified time | relevance | path

Searched refs:decode_text_chunk (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dpngdec.c525 static int decode_text_chunk(PNGDecContext *s, uint32_t length, int compressed) in decode_text_chunk() function
1303 if (decode_text_chunk(s, length, 0) < 0) in decode_frame_common()
1308 if (decode_text_chunk(s, length, 1) < 0) in decode_frame_common()