Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpngdec.c1190 int decode_next_dat = 0; in decode_frame_common() local
1275 decode_next_dat = 1; in decode_frame_common()
1280 if (!decode_next_dat || bytestream2_get_bytes_left(&gb_chunk) < 4) { in decode_frame_common()
1287 if (CONFIG_APNG_DECODER && avctx->codec_id == AV_CODEC_ID_APNG && !decode_next_dat) in decode_frame_common()

Completed in 3 milliseconds