mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat/id3v2: replace call to av_init_packet()
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
4de3504adf
commit
453021c74e
@ -1162,7 +1162,7 @@ int ff_id3v2_parse_apic(AVFormatContext *s, ID3v2ExtraMeta *extra_meta)
|
||||
|
||||
av_dict_set(&st->metadata, "comment", apic->type, 0);
|
||||
|
||||
av_init_packet(&st->attached_pic);
|
||||
av_packet_unref(&st->attached_pic);
|
||||
st->attached_pic.buf = apic->buf;
|
||||
st->attached_pic.data = apic->buf->data;
|
||||
st->attached_pic.size = apic->buf->size - AV_INPUT_BUFFER_PADDING_SIZE;
|
||||
|
Loading…
Reference in New Issue
Block a user