53 if (!aresample->
swr) {
83 uint64_t out_layout =
av_get_int(aresample->
swr,
"ocl", NULL);
132 char inchl_buf[128], outchl_buf[128];
173 int n_out = n_in * aresample->
ratio * 2 + 256;
260 return prev ? NULL : s->
swr;
263 #define OFFSET(x) offsetof(AResampleContext, x)
264 #define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM
306 .priv_class = &aresample_class,
307 .
inputs = aresample_inputs,