Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dapngenc.c197 uint8_t new_fcTL_chunk[APNG_FCTL_CHUNK_SIZE]; in flush_packet() local
217 memcpy(new_fcTL_chunk, existing_fcTL_chunk, sizeof(new_fcTL_chunk)); in flush_packet()
218 AV_WB16(new_fcTL_chunk + 20, delay.num); in flush_packet()
219 AV_WB16(new_fcTL_chunk + 22, delay.den); in flush_packet()
221 new_fcTL_chunk, sizeof(new_fcTL_chunk)); in flush_packet()

Completed in 1 milliseconds