From 66f74d031d1465b29b73512c36612f13ad1d4e01 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 3 Dec 2013 22:31:38 +0100 Subject: vf: remove unneeded field This was once required for padding, because many filters didn't use designated initializers, and initialized a removed field with NULL. --- video/filter/vf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/video/filter/vf.h b/video/filter/vf.h index f6e4d5a9a8..6c07e6c4d9 100644 --- a/video/filter/vf.h +++ b/video/filter/vf.h @@ -34,7 +34,6 @@ typedef struct vf_info { const char *description; const char *name; int (*open)(struct vf_instance *vf, char *args); - void *damn_you; int priv_size; const void *priv_defaults; const struct m_option *options; -- cgit v1.2.3