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.
This commit is contained in:
wm4 2013-12-03 22:31:38 +01:00
parent 5b48204e84
commit 66f74d031d
1 changed files with 0 additions and 1 deletions

View File

@ -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;