libav 0.7: Metadata string for disc can be "disc/totaldisc"

Pointed out by Raivo Hool; since we don't have a choice of performing or
not performing the metadata conversion, we will get "disc/totaldisc" for
ID3 files.
This commit is contained in:
Julien BLACHE 2011-06-04 12:09:38 +02:00
parent 1bea809078
commit de4d5d0f4c

View File

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