libbpg-0.9.6
This commit is contained in:
parent
3035b41edf
commit
35a8402710
248 changed files with 232891 additions and 100 deletions
1
libbpg.c
1
libbpg.c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue