On Sun, 27 Oct 2013 17:23:13 +0100, Vittorio Giovara <[email protected]> wrote: > --- > libavfilter/avfilter.c | 6 +++--- > libavfilter/avfilter.h | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c > index 88e39bf..6b933ad 100644 > --- a/libavfilter/avfilter.c > +++ b/libavfilter/avfilter.c > @@ -272,9 +272,9 @@ int ff_poll_frame(AVFilterLink *link) > > static AVFilter *first_filter; > > -AVFilter *avfilter_get_by_name(const char *name) > +const AVFilter *avfilter_get_by_name(const char *name)
This should be conditional, as it's an API change. I.e. under a FF_API define triggered on the next bump -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
