1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Reorder defines for consistency

This commit is contained in:
Moritz Grimm 2017-09-19 16:06:09 +02:00
parent fef9b4625e
commit 0fe7a81b8c

View File

@ -21,11 +21,11 @@
#define CFG_SFMT_MP3 "MP3"
#define CFG_SFMT_THEORA "THEORA"
#define PLACEHOLDER_TRACK "@T@"
#define PLACEHOLDER_METADATA "@M@"
#define PLACEHOLDER_ARTIST "@a@"
#define PLACEHOLDER_TITLE "@t@"
#define PLACEHOLDER_ALBUM "@b@"
#define PLACEHOLDER_TITLE "@t@"
#define PLACEHOLDER_TRACK "@T@"
#define PLACEHOLDER_STRING "@s@"
enum cfg_config_type {