aboutsummaryrefslogtreecommitdiff
path: root/src/filter_plugin.h
diff options
context:
space:
mode:
authorAlbin Eldstål-Damlin <laeder.keps@gmail.com>2009-12-13 21:24:31 +0100
committerMax Kellermann <max@duempel.org>2009-12-14 17:41:10 +0100
commitc38b9490a8086290926d6dfec87f6999ec675ca6 (patch)
tree192fc9c9ab22874e3a70eb8b5363ee88387f62fb /src/filter_plugin.h
parentc3085d7b6130f24c3a1675e902bffb23775d5c3e (diff)
Minor documentation fix
Diffstat (limited to 'src/filter_plugin.h')
-rw-r--r--src/filter_plugin.h4
1 files 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,