demux_mkv: use attachment filename as coverart title

This commit is contained in:
wm4 2014-12-23 02:50:53 +01:00
parent 04a4c9b53c
commit 8782710993
1 changed files with 1 additions and 0 deletions

View File

@ -1135,6 +1135,7 @@ static void add_coverart(struct demuxer *demuxer)
break;
sh->codec = codec;
sh->attached_picture = new_demux_packet_from(att->data, att->data_size);
sh->title = att->name;
}
}