Commit c38b9490 authored by Albin Eldstål-Damlin's avatar Albin Eldstål-Damlin Committed by Max Kellermann

Minor documentation fix

parent c3085d7b
...@@ -108,10 +108,10 @@ filter_free(struct filter *filter); ...@@ -108,10 +108,10 @@ filter_free(struct filter *filter);
* Opens the filter, preparing it for filter_filter(). * Opens the filter, preparing it for filter_filter().
* *
* @param filter the filter object * @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 * @param error location to store the error occuring, or NULL to
* ignore errors. * ignore errors.
* @return true on success, false on error * @return the format of outgoing data
*/ */
const struct audio_format * const struct audio_format *
filter_open(struct filter *filter, const struct audio_format *audio_format, filter_open(struct filter *filter, const struct audio_format *audio_format,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment