summaryrefslogtreecommitdiffstats
path: root/include/media/EffectPresetReverbApi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/EffectPresetReverbApi.h')
-rw-r--r--include/media/EffectPresetReverbApi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/EffectPresetReverbApi.h b/include/media/EffectPresetReverbApi.h
index 53205bb..a3f094c 100644
--- a/include/media/EffectPresetReverbApi.h
+++ b/include/media/EffectPresetReverbApi.h
@@ -43,7 +43,8 @@ typedef enum
REVERB_PRESET_LARGEROOM,
REVERB_PRESET_MEDIUMHALL,
REVERB_PRESET_LARGEHALL,
- REVERB_PRESET_PLATE
+ REVERB_PRESET_PLATE,
+ REVERB_PRESET_LAST = REVERB_PRESET_PLATE
} t_reverb_presets;
#if __cplusplus