mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 09:32:40 +00:00
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:
parent
5b48204e84
commit
66f74d031d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user