Document audio_resample_close().
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
438198e795
commit
20bc55ce5c
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue