Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpngdec.c791 static int decode_plte_chunk(AVCodecContext *avctx, PNGDecContext *s, in decode_plte_chunk() function
1295 if (decode_plte_chunk(avctx, s, length) < 0) in decode_frame_common()