Commit 1ba2459f authored by Stefano Sabatini's avatar Stefano Sabatini

lavfi/scale: declare the filter private class

Allow to show the supported options in the ffmpeg -h full output.
parent 1b3dbe3f
......@@ -484,4 +484,5 @@ AVFilter avfilter_vf_scale = {
.inputs = avfilter_vf_scale_inputs,
.outputs = avfilter_vf_scale_outputs,
.priv_class = &scale_class,
};
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