decoder/ffmpeg: remove "year" tag

This mapping was added 11 years ago in commit 766b9fd453, but FFmpeg
doesn't appear to support it.
This commit is contained in:
Max Kellermann 2021-05-26 12:56:50 +02:00
parent 6d567bcd35
commit 4ec4bab3a9

View File

@ -31,7 +31,6 @@ extern "C" {
} }
static constexpr struct tag_table ffmpeg_tags[] = { static constexpr struct tag_table ffmpeg_tags[] = {
{ "year", TAG_DATE },
{ "album_artist", TAG_ALBUM_ARTIST }, { "album_artist", TAG_ALBUM_ARTIST },
{ "sort_album_artist", TAG_ALBUM_ARTIST_SORT }, { "sort_album_artist", TAG_ALBUM_ARTIST_SORT },
{ "sort_artist", TAG_ARTIST_SORT }, { "sort_artist", TAG_ARTIST_SORT },