Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dapng.h32 APNG_DISPOSE_OP_BACKGROUND = 1, enumerator
Dpngenc.c778 if (last_fctl_chunk.dispose_op == APNG_DISPOSE_OP_BACKGROUND) { in apng_encode_frame()
965 if (s->last_frame_fctl.dispose_op == APNG_DISPOSE_OP_BACKGROUND) { in encode_apng()
Dpngdec.c1029 dispose_op = APNG_DISPOSE_OP_BACKGROUND; in decode_fctl_chunk()
1096 if (s->last_dispose_op == APNG_DISPOSE_OP_BACKGROUND) { in handle_p_frame_apng()
/third_party/ffmpeg/libavformat/
Dapngdec.c301 dispose_op = APNG_DISPOSE_OP_BACKGROUND; in decode_fctl_chunk()
302 ctx->is_key_frame = dispose_op == APNG_DISPOSE_OP_BACKGROUND || in decode_fctl_chunk()
/third_party/ffmpeg/
DChangelog178 - lavc/pngdec: fix updating reference frames for APNG_DISPOSE_OP_BACKGROUND