id3v2: set the keyframe flag on attached pictures.

This commit is contained in:
Anton Khirnov 2012-03-18 17:29:52 +01:00
parent 791d6df4ae
commit 713f3062a7
1 changed files with 1 additions and 0 deletions

View File

@ -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;