avresample_config 589 libavresample/avresample.h int avresample_config(AVAudioResampleContext *avr, AVFrame *out, AVFrame *in); avresample_config 609 libavresample/utils.c if ((ret = avresample_config(avr, out, in)) < 0)