You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02: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:
@@ -484,4 +484,5 @@ AVFilter avfilter_vf_scale = {
|
||||
|
||||
.inputs = avfilter_vf_scale_inputs,
|
||||
.outputs = avfilter_vf_scale_outputs,
|
||||
.priv_class = &scale_class,
|
||||
};
|
||||
|
Reference in New Issue
Block a user