crossfade: fix doxygen tag

This commit is contained in:
Max Kellermann 2009-03-01 20:05:27 +01:00
parent ba3a8474b6
commit f48c58d17b

View File

@ -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().
*