21 #ifndef AVRESAMPLE_RESAMPLE_H
22 #define AVRESAMPLE_RESAMPLE_H
Audio buffer used for intermediate storage between conversion phases.
int ff_audio_resample(ResampleContext *c, AudioData *dst, AudioData *src)
Resample audio data.
void ff_audio_resample_free(ResampleContext **c)
Free a ResampleContext.
ResampleContext * ff_audio_resample_init(AVAudioResampleContext *avr)
Allocate and initialize a ResampleContext.