libbpg-0.9.8

This commit is contained in:
King_DuckZ 2021-03-15 14:26:22 +01:00
parent 1261ac523b
commit 62bba2b5bf
6 changed files with 18 additions and 5 deletions

View file

@ -232,7 +232,7 @@ static int build_msps(uint8_t **pbuf, int *pbuf_len,
input_data += len;
input_data_len -= len;
buf_len = 4 + 2 + msps_len * 2 + 4 + (input_data_len - len);
buf_len = 4 + 2 + msps_len * 2;
buf = av_malloc(buf_len);
idx = 0;