diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2007-09-23 14:39:39 +0000 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2007-09-23 14:39:39 +0000 |
commit | 7bcbf16e9483ea111d6c708015b5c0154edca1d4 (patch) | |
tree | aafb6497fcf022010c3ae6b8f05c3b0f3473d61d | |
parent | ecad93740968fc84b394b138b23351469ef00f9f (diff) |
Comment typo fix.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1889 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | src/pulsecore/resampler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/resampler.h b/src/pulsecore/resampler.h index 8de8ad71..23e1acb7 100644 --- a/src/pulsecore/resampler.h +++ b/src/pulsecore/resampler.h @@ -63,7 +63,7 @@ void pa_resampler_free(pa_resampler *r); /* Returns the size of an input memory block which is required to return the specified amount of output data */ size_t pa_resampler_request(pa_resampler *r, size_t out_length); -/* Requires the maximum size of input blocks we can process without needing bounce buffers larger than the mempool tile size. */ +/* Returns the maximum size of input blocks we can process without needing bounce buffers larger than the mempool tile size. */ size_t pa_resampler_max_block_size(pa_resampler *r); /* Pass the specified memory chunk to the resampler and return the newly resampled data */ |