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_swapuv.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'video/filter/vf_swapuv.c') diff --git a/video/filter/vf_swapuv.c b/video/filter/vf_swapuv.c index 64d8d61b7b..a09ca04d5f 100644 --- a/video/filter/vf_swapuv.c +++ b/video/filter/vf_swapuv.c @@ -56,12 +56,9 @@ static int vf_open(vf_instance_t *vf, char *args){ } const vf_info_t vf_info_swapuv = { - "UV swapper", - "swapuv", - "Michael Niedermayer", - "", - vf_open, - NULL + .description = "UV swapper", + .name = "swapuv", + .open = vf_open, }; //===========================================================================// -- cgit v1.2.3