Searched refs:sws_flags_str (Results 1 – 1 of 1) sorted by relevance
1855 char sws_flags_str[512] = ""; in configure_video_filters() local1877 av_strlcatf(sws_flags_str, sizeof(sws_flags_str), "%s=%s:", "flags", e->value); in configure_video_filters()1879 av_strlcatf(sws_flags_str, sizeof(sws_flags_str), "%s=%s:", e->key, e->value); in configure_video_filters()1881 if (strlen(sws_flags_str)) in configure_video_filters()1882 sws_flags_str[strlen(sws_flags_str)-1] = '\0'; in configure_video_filters()1884 graph->scale_sws_opts = av_strdup(sws_flags_str); in configure_video_filters()