From c38b9490a8086290926d6dfec87f6999ec675ca6 Mon Sep 17 00:00:00 2001 From: Albin Eldstål-Damlin Date: Sun, 13 Dec 2009 21:24:31 +0100 Subject: Minor documentation fix --- src/filter_plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/filter_plugin.h b/src/filter_plugin.h index 0043246d..dc5903b5 100644 --- a/src/filter_plugin.h +++ b/src/filter_plugin.h @@ -108,10 +108,10 @@ filter_free(struct filter *filter); * Opens the filter, preparing it for filter_filter(). * * @param filter the filter object - * @param audio_format the audio format of incoming and outgoing data + * @param audio_format the audio format of incoming data * @param error location to store the error occuring, or NULL to * ignore errors. - * @return true on success, false on error + * @return the format of outgoing data */ const struct audio_format * filter_open(struct filter *filter, const struct audio_format *audio_format, -- cgit v1.2.3