TagType: rename enum tag_type to TagType

This commit is contained in:
Max Kellermann
2013-10-20 13:32:59 +02:00
parent cf4d80fc65
commit a78b2d84ed
41 changed files with 94 additions and 94 deletions

View File

@@ -514,7 +514,7 @@ HttpdOutput::SendTag(const Tag *tag)
if (metadata != NULL)
metadata->Unref();
static constexpr tag_type types[] = {
static constexpr TagType types[] = {
TAG_ALBUM, TAG_ARTIST, TAG_TITLE,
TAG_NUM_OF_ITEM_TYPES
};

View File

@@ -316,7 +316,7 @@ roar_play(struct audio_output *ao, const void *chunk, size_t size,
}
static const char*
roar_tag_convert(enum tag_type type, bool *is_uuid)
roar_tag_convert(TagType type, bool *is_uuid)
{
*is_uuid = false;
switch (type)