[FFmpeg-cvslog] lavfi/scale: declare the filter private class
Stefano Sabatini
git at videolan.org
Sun Nov 4 18:02:39 CET 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Nov 4 15:44:01 2012 +0100| [1ba2459fbb5e966a1cf1bcb5a430be931c34f0cc] | committer: Stefano Sabatini
lavfi/scale: declare the filter private class
Allow to show the supported options in the ffmpeg -h full output.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ba2459fbb5e966a1cf1bcb5a430be931c34f0cc
---
libavfilter/vf_scale.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c
index b259799..081da85 100644
--- a/libavfilter/vf_scale.c
+++ b/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,
};
More information about the ffmpeg-cvslog
mailing list