27 const uint8_t **poutbuf,
int *poutbuf_size,
28 const uint8_t *buf,
int buf_size)
58 if (pc->
index && pc->
index * 2 + FF_INPUT_BUFFER_PADDING_SIZE < pc->buffer_size && buf_size > pc->
index) {
62 buf_size -= pc->
index;
82 *poutbuf_size = buf_size;