Commit 82d05e78 authored by Anton Khirnov's avatar Anton Khirnov

allfilters: fix type of avfilter_vsrc_buffer.

parent 01eb9805
......@@ -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);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment