Anton Khirnov <[email protected]> writes: > --- > libavfilter/allfilters.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c > index a6f1731..ba66941 100644 > --- a/libavfilter/allfilters.c > +++ b/libavfilter/allfilters.c > @@ -91,7 +91,7 @@ void avfilter_register_all(void) > > /* vsrc_buffer is a part of public API => registered unconditionally */ > { > - extern avfilter_vsrc_buffer; > + extern AVFilter avfilter_vsrc_buffer; > avfilter_register(&avfilter_vsrc_buffer); > } > } > --
OK -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
