Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-11-29 02:36:50 +0400
committerClément Bœsch <ubitux@gmail.com>2012-11-29 03:50:37 +0400
commita5b765236bc542d971131f3cf34ba14486a4c420 (patch)
treefd30c647025b59f5bbe2949a87b0dba1ea92c16c /libavfilter/vsrc_mandelbrot.c
parent8a12c96d27122e74b85ed11df3501341060f9285 (diff)
lavfi: add priv_class for some forgotten filters.
This allows to print the options available when using commands such as ffmpeg -help full.
Diffstat (limited to 'libavfilter/vsrc_mandelbrot.c')
-rw-r--r--libavfilter/vsrc_mandelbrot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vsrc_mandelbrot.c b/libavfilter/vsrc_mandelbrot.c
index 661f9dd969..db7c9cafde 100644
--- a/libavfilter/vsrc_mandelbrot.c
+++ b/libavfilter/vsrc_mandelbrot.c
@@ -417,4 +417,5 @@ AVFilter avfilter_vsrc_mandelbrot = {
.query_formats = query_formats,
.inputs = NULL,
.outputs = mandelbrot_outputs,
+ .priv_class = &mandelbrot_class,
};