From a5b765236bc542d971131f3cf34ba14486a4c420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= 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/vf_delogo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_delogo.c') diff --git a/libavfilter/vf_delogo.c b/libavfilter/vf_delogo.c index 6c74b7540b..3c9843f03a 100644 --- a/libavfilter/vf_delogo.c +++ b/libavfilter/vf_delogo.c @@ -283,4 +283,5 @@ AVFilter avfilter_vf_delogo = { .inputs = avfilter_vf_delogo_inputs, .outputs = avfilter_vf_delogo_outputs, + .priv_class = &delogo_class, }; -- cgit v1.2.3