Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A 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/
H A Dpngdec.c987 static int decode_fctl_chunk(AVCodecContext *avctx, PNGDecContext *s, in decode_fctl_chunk() function
1273 if ((ret = decode_fctl_chunk(avctx, s, &gb_chunk)) < 0) in decode_frame_common()

Completed in 4 milliseconds