mirror of https://git.ffmpeg.org/ffmpeg.git
lavfi/scale: declare the filter private class
Allow to show the supported options in the ffmpeg -h full output.
This commit is contained in:
parent
1b3dbe3f75
commit
1ba2459fbb
|
@ -484,4 +484,5 @@ AVFilter avfilter_vf_scale = {
|
|||
|
||||
.inputs = avfilter_vf_scale_inputs,
|
||||
.outputs = avfilter_vf_scale_outputs,
|
||||
.priv_class = &scale_class,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue