diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-04-10 20:44:11 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-04-10 20:44:11 +0000 |
commit | 16f1e832badd85d7f1a0b37ab841af1d31006c9a (patch) | |
tree | 92b2c6f30f9a9ea0056a2b5b6d59c6ce533c37b0 | |
parent | e434ddd4c6997aa6185d9dbb781faa2421258f04 (diff) | |
download | ffmpeg-16f1e832badd85d7f1a0b37ab841af1d31006c9a.tar.gz |
lavfi/overlay: remove dupe initializer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavfilter/vf_overlay.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_overlay.c b/libavfilter/vf_overlay.c index 401168f13e..e9efcfc9e1 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, }; |