Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dapngenc.c39 uint64_t acTL_offset; member
176 apng->acTL_offset = avio_tell(io_context); in flush_packet()
272 if (apng->acTL_offset && (io_context->seekable & AVIO_SEEKABLE_NORMAL)) { in apng_write_trailer()
273 avio_seek(io_context, apng->acTL_offset, SEEK_SET); in apng_write_trailer()

Completed in 2 milliseconds