summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-12 16:15:34 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-12 16:15:34 +0000
commit27cbf6bcea0d0280a2f5d46ccf460edb08187b17 (patch)
treee81ec5f1276174d394e1fd877272f428c1e9016d /apps/gui/gwps.h
parentf9fb49284ef3c9ba03d33f3555f61ab5a1be9143 (diff)
downloadrockbox-27cbf6bcea0d0280a2f5d46ccf460edb08187b17.tar.gz
rockbox-27cbf6bcea0d0280a2f5d46ccf460edb08187b17.zip
* Add the crossfade (%xf) WPS tag
* Avoid eating the whole line when unsuccessfully parsing a %x or %xl tag. This will prevent unknown tags starting with %x from making the line disappear. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13127 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 1d58f64768..7d20bc94cf 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -125,6 +125,7 @@ enum wps_token_type {
125#endif 125#endif
126#if (CONFIG_CODEC == SWCODEC) 126#if (CONFIG_CODEC == SWCODEC)
127 WPS_TOKEN_REPLAYGAIN, 127 WPS_TOKEN_REPLAYGAIN,
128 WPS_TOKEN_CROSSFADE,
128#endif 129#endif
129 130
130#if CONFIG_RTC 131#if CONFIG_RTC