[pulseaudio-commits] r1889 - /branches/lennart/src/pulsecore/resampler.h

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Sun Sep 23 07:39:40 PDT 2007


Author: tanuk
Date: Sun Sep 23 16:39:39 2007
New Revision: 1889

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=1889&root=pulseaudio&view=rev
Log:
Comment typo fix.

Modified:
    branches/lennart/src/pulsecore/resampler.h

Modified: branches/lennart/src/pulsecore/resampler.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/lennart/src/pulsecore/resampler.h?rev=1889&root=pulseaudio&r1=1888&r2=1889&view=diff
==============================================================================
--- branches/lennart/src/pulsecore/resampler.h (original)
+++ branches/lennart/src/pulsecore/resampler.h Sun Sep 23 16:39:39 2007
@@ -63,7 +63,7 @@
 /* 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 */




More information about the pulseaudio-commits mailing list