aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/crossfade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crossfade.h b/src/crossfade.h
index 8d6706b99..48507f372 100644
--- a/src/crossfade.h
+++ b/src/crossfade.h
@@ -39,7 +39,7 @@ unsigned cross_fade_calc(float duration, float total_time,
const struct audio_format *old_format,
unsigned max_chunks);
-/*
+/**
* Applies cross fading to two chunks, i.e. mixes these chunks.
* Internally, this calls pcm_mix().
*