Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dpngenc.c802 uint8_t *temp_bytestream = 0, *temp_bytestream_end; in apng_encode_frame() local
831 temp_bytestream = av_malloc(original_bytestream_end - original_bytestream); in apng_encode_frame()
832 if (!temp_bytestream) { in apng_encode_frame()
836 temp_bytestream_end = temp_bytestream + (original_bytestream_end - original_bytestream); in apng_encode_frame()
898 s->bytestream = temp_bytestream; in apng_encode_frame()
917 av_freep(&temp_bytestream); in apng_encode_frame()

Completed in 2 milliseconds