Cleanup pass on the vorbisenc documentation.
[platform/upstream/libvorbis.git] / doc / vorbisenc / vorbis_analysis_buffer.html
index 5ea9b23..5e79068 100644 (file)
@@ -47,7 +47,7 @@ extern float  **vorbis_analysis_buffer(vorbis_dsp_state *v,int vals);
 <dt><i>v</i></dt>
 <dd>Pointer to the vorbis_dsp_state representing the encoder.</dd>
 <dt><i>vals</i></dt>
-<dd>Number of samples to provide in the request buffer.</dd>
+<dd>Number of samples to provide space for in the returned buffer. 1024 is a reasonable choice.</dd>
 </dl>