lavfi/scale: declare the filter private class

Allow to show the supported options in the ffmpeg -h full output.
This commit is contained in:
Stefano Sabatini 2012-11-04 15:44:01 +01:00
parent 1b3dbe3f75
commit 1ba2459fbb
1 changed files with 1 additions and 0 deletions

View File

@ -484,4 +484,5 @@ AVFilter avfilter_vf_scale = {
.inputs = avfilter_vf_scale_inputs,
.outputs = avfilter_vf_scale_outputs,
.priv_class = &scale_class,
};