53 if (!aresample->
swr) {
62 const char *token = e->
key;
85 uint64_t out_layout =
av_get_int(aresample->
swr,
"ocl", NULL);
134 char inchl_buf[128], outchl_buf[128];
175 int n_out = n_in * aresample->
ratio * 2 + 256;
262 return prev ? NULL : s->
swr;
265 #define OFFSET(x) offsetof(AResampleContext, x)
266 #define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM
308 .priv_class = &aresample_class,
309 .
inputs = aresample_inputs,