summaryrefslogtreecommitdiffstats
path: root/libavresample/audio_mix.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-09 03:06:01 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-09 20:05:55 +0200
commit804d7a1aa6fd33fbe405698d90d02121423e540c (patch)
tree8bbe78ce91f950e6d80d7d6d73dd3e37849e75b7 /libavresample/audio_mix.h
parent52561d011658e64fc3d0edb25f5f1b64f9aa7430 (diff)
downloadffmpeg-streaming-804d7a1aa6fd33fbe405698d90d02121423e540c.zip
ffmpeg-streaming-804d7a1aa6fd33fbe405698d90d02121423e540c.tar.gz
doxygen: Fix function parameter names to match the code
Diffstat (limited to 'libavresample/audio_mix.h')
-rw-r--r--libavresample/audio_mix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavresample/audio_mix.h b/libavresample/audio_mix.h
index 61db330..2199fff 100644
--- a/libavresample/audio_mix.h
+++ b/libavresample/audio_mix.h
@@ -69,7 +69,7 @@ typedef struct AudioMix {
* @param in_channels number of input channels, or 0 for any number of channels
* @param out_channels number of output channels, or 0 for any number of channels
* @param ptr_align buffer pointer alignment, in bytes
- * @param sample_align buffer size alignment, in samples
+ * @param samples_align buffer size alignment, in samples
* @param descr function type description (e.g. "C" or "SSE")
* @param mix_func mixing function pointer
*/
OpenPOWER on IntegriCloud