lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().
authorAnton Khirnov <anton@khirnov.net>
Sun, 31 Mar 2013 06:28:11 +0000 (08:28 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 11 Apr 2013 18:34:14 +0000 (20:34 +0200)
commitbc1a985ba030e9861d24965d42792850b43a43ea
tree5bfe8c12dcb58b6560a0028a03da63bfc36cde80
parent38f0c0781a6e099f11c0acec07f9b8be742190c4
lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().

Since we do not support "standalone" filters not attached to an
AVFilterGraph, we should not have a public function to create such
filters. In addition that function is horribly named, the action it does
cannot be possibly described as "opening" a filter.
doc/APIchanges
libavfilter/avfilter.c
libavfilter/avfilter.h
libavfilter/avfiltergraph.c
libavfilter/graphparser.c
libavfilter/internal.h
libavfilter/version.h