Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpngdec.c862 static int decode_iccp_chunk(PNGDecContext *s, int length, AVFrame *f) in decode_iccp_chunk() function
1325 if ((ret = decode_iccp_chunk(s, length, p)) < 0) in decode_frame_common()