Skip to content
Snippets Groups Projects
Commit 20bc55ce authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Michael Niedermayer
Browse files

Document audio_resample_close().

parent 438198e7
No related branches found
No related tags found
No related merge requests found
...@@ -3268,10 +3268,10 @@ ReSampleContext *av_audio_resample_init(int output_channels, int input_channels, ...@@ -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); 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 * @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); void audio_resample_close(ReSampleContext *s);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment