Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpngenc.c804 uint8_t *best_bytestream; in apng_encode_frame() local
894 best_bytestream = s->bytestream; in apng_encode_frame()
897 if (best_bytestream == original_bytestream) { in apng_encode_frame()
911 if (best_bytestream != original_bytestream) in apng_encode_frame()
912 memcpy(original_bytestream, best_bytestream, best_bytestream_size); in apng_encode_frame()

Completed in 3 milliseconds