libav 0.7: Add new generic metadata names

This commit is contained in:
Julien BLACHE 2011-06-02 21:24:23 +02:00
parent b46afdc150
commit 3caf3df662

View File

@ -76,6 +76,9 @@ static const struct metadata_map md_map_generic[] =
{ "disc", 1, mfi_offsetof(disc), NULL },
{ "year", 1, mfi_offsetof(year), NULL },
{ "date", 1, mfi_offsetof(year), NULL },
{ "title-sort", 0, mfi_offsetof(title_sort), NULL },
{ "artist-sort", 0, mfi_offsetof(artist_sort), NULL },
{ "album-sort", 0, mfi_offsetof(album_sort), NULL },
{ NULL, 0, 0, NULL }
};