mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 07:01:45 +00:00
demux_mkv: use attachment filename as coverart title
This commit is contained in:
parent
04a4c9b53c
commit
8782710993
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user