avfilter_graph_config  200 doc/examples/filter_audio.c     err = avfilter_graph_config(filter_graph, NULL);
avfilter_graph_config  179 doc/examples/filtering_audio.c     if ((ret = avfilter_graph_config(filter_graph, NULL)) < 0)
avfilter_graph_config  162 doc/examples/filtering_video.c     if ((ret = avfilter_graph_config(filter_graph, NULL)) < 0)
avfilter_graph_config  321 doc/examples/transcoding.c     if ((ret = avfilter_graph_config(filter_graph, NULL)) < 0)
avfilter_graph_config 2608 ffmpeg.c               if ((ret = avfilter_graph_config(filtergraphs[i]->graph, NULL)) < 0)
avfilter_graph_config  929 ffmpeg_filter.c         if ((ret = avfilter_graph_config(fg->graph, NULL)) < 0)
avfilter_graph_config 1950 ffplay.c           ret = avfilter_graph_config(graph, NULL);
avfilter_graph_config  296 libavdevice/lavfi.c     if ((ret = avfilter_graph_config(lavfi->graph, avctx)) < 0)
avfilter_graph_config 1332 libavfilter/avfilter.h int avfilter_graph_config(AVFilterGraph *graphctx, void *log_ctx);
avfilter_graph_config  198 tools/graph2dot.c     if (avfilter_graph_config(graph, NULL) < 0)
avfilter_graph_config  126 tools/uncoded_frame.c     if ((ret = avfilter_graph_config(in_graph, NULL)) < 0) {