Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dapngdec.c239 static int decode_fctl_chunk(AVFormatContext *s, APNGDemuxContext *ctx, AVPacket *pkt) in decode_fctl_chunk() function
342 if ((ret = decode_fctl_chunk(s, ctx, pkt)) < 0) in apng_read_packet()
/third_party/ffmpeg/libavcodec/
Dpngdec.c975 static int decode_fctl_chunk(AVCodecContext *avctx, PNGDecContext *s, in decode_fctl_chunk() function
1274 if ((ret = decode_fctl_chunk(avctx, s, length)) < 0) in decode_frame_common()