Searched refs:shrunk_buf (Results 1 – 1 of 1) sorted by relevance
50 uint8_t *shrunk_buf; member404 if (!s->shrunk_buf) { in gif_image_write_image()405 s->shrunk_buf = av_malloc(avctx->height * linesize); in gif_image_write_image()406 if (!s->shrunk_buf) { in gif_image_write_image()411 … remap_frame_to_palette(buf, linesize, s->shrunk_buf, linesize, avctx->width, avctx->height, map); in gif_image_write_image()412 ptr = s->shrunk_buf + y_start*linesize + x_start; in gif_image_write_image()529 av_freep(&s->shrunk_buf); in gif_encode_close()