Home
last modified time | relevance | path

Searched refs:aresample_swr_opts (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Davfilter.h907 …char *aresample_swr_opts; ///< swr options to use for the auto-inserted aresample filters, Access … member
Davfiltergraph.c57 … {"aresample_swr_opts" , "default aresample filter options" , OFFSET(aresample_swr_opts) ,
133 av_freep(&(*graph)->aresample_swr_opts); in avfilter_graph_free()
548 inst_name, graph->aresample_swr_opts, in query_formats()
/third_party/ffmpeg/fftools/
Dffplay.c1963 char aresample_swr_opts[512] = ""; in configure_audio_filters() local
1974 av_strlcatf(aresample_swr_opts, sizeof(aresample_swr_opts), "%s=%s:", e->key, e->value); in configure_audio_filters()
1975 if (strlen(aresample_swr_opts)) in configure_audio_filters()
1976 aresample_swr_opts[strlen(aresample_swr_opts)-1] = '\0'; in configure_audio_filters()
1977 av_opt_set(is->agraph, "aresample_swr_opts", aresample_swr_opts, 0); in configure_audio_filters()