Mercurial > libavcodec.hg
changeset 12025:2d730a4acc77 libavcodec
Improve av_resample() documentation
author | mru |
---|---|
date | Wed, 30 Jun 2010 20:09:37 +0000 |
parents | fdafbcef52f5 |
children | 3f3d08bb5cf8 |
files | avcodec.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Wed Jun 30 15:38:06 2010 +0000 +++ b/avcodec.h Wed Jun 30 20:09:37 2010 +0000 @@ -2989,7 +2989,7 @@ struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff); /** - * resamples. + * Resample an array of samples using a previously configured context. * @param src an array of unconsumed samples * @param consumed the number of samples of src which have been consumed are returned here * @param src_size the number of unconsumed samples available