mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-14 11:14:44 +00:00
id3v2: set the keyframe flag on attached pictures.
This commit is contained in:
parent
791d6df4ae
commit
713f3062a7
@ -724,6 +724,7 @@ int ff_id3v2_parse_apic(AVFormatContext *s, ID3v2ExtraMeta **extra_meta)
|
||||
st->attached_pic.size = apic->len;
|
||||
st->attached_pic.destruct = av_destruct_packet;
|
||||
st->attached_pic.stream_index = st->index;
|
||||
st->attached_pic.flags |= AV_PKT_FLAG_KEY;
|
||||
|
||||
apic->data = NULL;
|
||||
apic->len = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user