Reindent the dmap_fields table, no code changes

This commit is contained in:
Julien BLACHE 2009-12-26 09:28:28 +01:00
parent 000e13b7ee
commit 403153f64b

View File

@ -304,13 +304,13 @@ static struct dmap_field_map dmap_fields[] =
{ 0, DMAP_TYPE_BYTE, "aeMk", "com.apple.itunes.mediakind.lower", { 0, DMAP_TYPE_BYTE, "aeMk", "com.apple.itunes.mediakind.lower",
dbmfi_offsetof(media_kind), -1 }, dbmfi_offsetof(media_kind), -1 },
{ 0, DMAP_TYPE_STRING, "aeSN", "com.apple.itunes.series-name", { 0, DMAP_TYPE_STRING, "aeSN", "com.apple.itunes.series-name",
dbmfi_offsetof(tv_series_name),-1 }, dbmfi_offsetof(tv_series_name), -1 },
{ 0, DMAP_TYPE_STRING, "aeNN", "com.apple.itunes.network-name", { 0, DMAP_TYPE_STRING, "aeNN", "com.apple.itunes.network-name",
dbmfi_offsetof(tv_network_name),-1 }, dbmfi_offsetof(tv_network_name), -1 },
{ 0, DMAP_TYPE_STRING, "aeEN", "com.apple.itunes.episode-num-str", { 0, DMAP_TYPE_STRING, "aeEN", "com.apple.itunes.episode-num-str",
dbmfi_offsetof(tv_episode_num_str),-1 }, dbmfi_offsetof(tv_episode_num_str), -1 },
{ 0, DMAP_TYPE_INT, "aeES", "com.apple.itunes.episode-sort", { 0, DMAP_TYPE_INT, "aeES", "com.apple.itunes.episode-sort",
dbmfi_offsetof(tv_episode_sort),-1 }, dbmfi_offsetof(tv_episode_sort), -1 },
{ 0, DMAP_TYPE_INT, "aeSU", "com.apple.itunes.season-num", { 0, DMAP_TYPE_INT, "aeSU", "com.apple.itunes.season-num",
dbmfi_offsetof(tv_season_num), -1 }, dbmfi_offsetof(tv_season_num), -1 },
{ 0, 0, "", NULL, { 0, 0, "", NULL,