avfilter_graph_parse_ptr  177 doc/examples/filtering_audio.c     if ((ret = avfilter_graph_parse_ptr(filter_graph, filters_descr,
avfilter_graph_parse_ptr  165 doc/examples/filtering_video.c     if ((ret = avfilter_graph_parse_ptr(filter_graph, filters_descr,
avfilter_graph_parse_ptr  356 doc/examples/transcoding.c     if ((ret = avfilter_graph_parse_ptr(filter_graph, filter_spec,
avfilter_graph_parse_ptr 1837 fftools/ffplay.c         if ((ret = avfilter_graph_parse_ptr(graph, filtergraph, &inputs, &outputs, NULL)) < 0)
avfilter_graph_parse_ptr  173 libavdevice/lavfi.c     if ((ret = avfilter_graph_parse_ptr(lavfi->graph, lavfi->graph_str,
avfilter_graph_parse_ptr 1069 libavfilter/avfilter.h int avfilter_graph_parse_ptr(AVFilterGraph *graph, const char *filters,
avfilter_graph_parse_ptr   74 tools/uncoded_frame.c     ret = avfilter_graph_parse_ptr(in_graph, in_graph_desc, NULL, NULL, NULL);