libbpg-0.9.6

This commit is contained in:
King_DuckZ 2015-10-27 11:46:00 +01:00
parent 3035b41edf
commit 35a8402710
248 changed files with 232891 additions and 100 deletions

View file

@ -1786,6 +1786,7 @@ static int bpg_decode_header(BPGHeaderData *h,
md = av_malloc(sizeof(BPGExtensionData));
md->tag = tag;
md->buf_len = buf_len;
md->next = NULL;
*plast_md = md;
plast_md = &md->next;