[FFmpeg-cvslog] lavfi/overlay: remove dupe initializer
Paul B Mahol
git at videolan.org
Wed Apr 10 22:45:22 CEST 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Apr 10 20:44:11 2013 +0000| [16f1e832badd85d7f1a0b37ab841af1d31006c9a] | committer: Paul B Mahol
lavfi/overlay: remove dupe initializer
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16f1e832badd85d7f1a0b37ab841af1d31006c9a
---
libavfilter/vf_overlay.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c
index 401168f..e9efcfc 100644
--- a/libavfilter/vf_overlay.c
+++ b/libavfilter/vf_overlay.c
@@ -767,6 +767,5 @@ AVFilter avfilter_vf_overlay = {
.inputs = avfilter_vf_overlay_inputs,
.outputs = avfilter_vf_overlay_outputs,
- .priv_class = &overlay_class,
.shorthand = shorthand,
};
More information about the ffmpeg-cvslog
mailing list