demux_mkv: use attachment filename as coverart title

This commit is contained in:
wm4 2014-12-23 02:50:53 +01:00 committed by Diogo Franco (Kovensky)
parent 2ade5c8477
commit e213e20c2d
1 changed files with 1 additions and 0 deletions

View File

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