Commit f52aefb3 authored by Max Kellermann's avatar Max Kellermann

decoder/ffmpeg: make the tag_table constexpr

parent aecb5630
......@@ -25,7 +25,7 @@
#include "tag/TagTable.hxx"
#include "tag/TagHandler.hxx"
static const struct tag_table ffmpeg_tags[] = {
static constexpr struct tag_table ffmpeg_tags[] = {
{ "year", TAG_DATE },
{ "author-sort", TAG_ARTIST_SORT },
{ "album_artist", TAG_ALBUM_ARTIST },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment