[FFmpeg-cvslog] Document audio_resample_close().
Stefano Sabatini
git
Wed Feb 16 23:18:31 CET 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Mon Feb 14 10:59:25 2011 +0100| [20bc55ce5c01662a50bd9081914244b714294e84] | committer: Michael Niedermayer
Document audio_resample_close().
Signed-off-by: Janne Grunau <janne-ffmpeg at jannau.net>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=20bc55ce5c01662a50bd9081914244b714294e84
---
libavcodec/avcodec.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 013f168..4ca32b8 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3268,10 +3268,10 @@ ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples);
/**
- * Free resample context s.
+ * Free resample context.
*
* @param s a non-NULL pointer to a resample context previously
- * created with av_audio_resample_init()
+ * created with av_audio_resample_init()
*/
void audio_resample_close(ReSampleContext *s);
More information about the ffmpeg-cvslog
mailing list