From 27cbf6bcea0d0280a2f5d46ccf460edb08187b17 Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Thu, 12 Apr 2007 16:15:34 +0000 Subject: * 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 --- apps/gui/gwps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/gui/gwps.h') 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 { #endif #if (CONFIG_CODEC == SWCODEC) WPS_TOKEN_REPLAYGAIN, + WPS_TOKEN_CROSSFADE, #endif #if CONFIG_RTC -- cgit v1.2.3