diff options
author | Albin Eldstål-Damlin <laeder.keps@gmail.com> | 2009-12-13 21:24:31 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-14 17:41:10 +0100 |
commit | c38b9490a8086290926d6dfec87f6999ec675ca6 (patch) | |
tree | 192fc9c9ab22874e3a70eb8b5363ee88387f62fb | |
parent | c3085d7b6130f24c3a1675e902bffb23775d5c3e (diff) | |
download | mpd-c38b9490a8086290926d6dfec87f6999ec675ca6.tar.gz mpd-c38b9490a8086290926d6dfec87f6999ec675ca6.tar.xz mpd-c38b9490a8086290926d6dfec87f6999ec675ca6.zip |
Minor documentation fix
-rw-r--r-- | src/filter_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filter_plugin.h b/src/filter_plugin.h index 0043246d1..dc5903b59 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, |