From 6d44a4dfd1487611dd8ff3da4a6566e64c17106a Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Oct 2013 19:06:42 +0200 Subject: video/filter: remove useless vf_info fields This time I didn't bother to move the contents of the author field to the file headers. "git log" is your friend. --- video/filter/vf_gradfun.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'video/filter/vf_gradfun.c') diff --git a/video/filter/vf_gradfun.c b/video/filter/vf_gradfun.c index fa136269dd..f7b39fa999 100644 --- a/video/filter/vf_gradfun.c +++ b/video/filter/vf_gradfun.c @@ -401,11 +401,9 @@ static const m_option_t vf_opts_fields[] = { }; const vf_info_t vf_info_gradfun = { - "gradient deband", - "gradfun", - "Loren Merritt", - "", - vf_open, + .description = "gradient deband", + .name = "gradfun", + .open = vf_open, .priv_size = sizeof(struct vf_priv_s), .priv_defaults = &vf_priv_dflt, .options = vf_opts_fields, -- cgit v1.2.3