From a5b765236bc542d971131f3cf34ba14486a4c420 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Wed, 28 Nov 2012 23:36:50 +0100 Subject: lavfi: add priv_class for some forgotten filters. This allows to print the options available when using commands such as ffmpeg -help full. --- libavfilter/vsrc_mptestsrc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vsrc_mptestsrc.c') diff --git a/libavfilter/vsrc_mptestsrc.c b/libavfilter/vsrc_mptestsrc.c index ae782724db..fa41e687ef 100644 --- a/libavfilter/vsrc_mptestsrc.c +++ b/libavfilter/vsrc_mptestsrc.c @@ -384,4 +384,5 @@ AVFilter avfilter_vsrc_mptestsrc = { .inputs = NULL, .outputs = mptestsrc_outputs, + .priv_class = &mptestsrc_class, }; -- cgit v1.2.3