lavfi/scale: declare the filter private class

Allow to show the supported options in the ffmpeg -h full output.
pull/6/merge
Stefano Sabatini 12 years ago
parent 1b3dbe3f75
commit 1ba2459fbb
  1. 1
      libavfilter/vf_scale.c

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

Loading…
Cancel
Save