libav 0.7: Metadata string for track can be "track/totaltrack"

This commit is contained in:
Julien BLACHE 2011-06-02 22:12:28 +02:00
parent 57e569aeb5
commit 74b7c69828

View File

@ -101,7 +101,7 @@ static const struct metadata_map md_map_generic[] =
{ "conductor", 0, mfi_offsetof(conductor), NULL },
{ "comment", 0, mfi_offsetof(comment), NULL },
{ "description", 0, mfi_offsetof(comment), NULL },
{ "track", 1, mfi_offsetof(track), NULL },
{ "track", 1, mfi_offsetof(track), parse_track },
{ "disc", 1, mfi_offsetof(disc), NULL },
{ "year", 1, mfi_offsetof(year), NULL },
{ "date", 1, mfi_offsetof(year), NULL },