Skip to content

Commit

Permalink
MKV: parse "ALBUM" metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Mar 28, 2016
1 parent 636fa21 commit 723c1ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/demux/mkv/matroska_segment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ static const struct {
{vlc_meta_Publisher, "PUBLISHER", 0},
{vlc_meta_EncodedBy, "ENCODED_BY", 0},
{vlc_meta_TrackTotal, "TOTAL_PARTS", 0},
{vlc_meta_Album, "ALBUM", 0},
{vlc_meta_Title, NULL, 0},
};

Expand Down

0 comments on commit 723c1ac

Please sign in to comment.