Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpngdec.c1196 int decode_next_dat = 0; in decode_frame_common() local
1276 decode_next_dat = 1; in decode_frame_common()
1281 if (!decode_next_dat || length < 4) { in decode_frame_common()
1289 if (CONFIG_APNG_DECODER && avctx->codec_id == AV_CODEC_ID_APNG && !decode_next_dat) in decode_frame_common()