mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
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
Block a user