X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_filter%2Ffilter_event_info.h;h=b6cd6dcd9f9ceac31348bb873a605cff3904b130;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=7815bad2659ded60f5f67062db9b8092899032f3;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/video_filter/filter_event_info.h b/modules/video_filter/filter_event_info.h index 7815bad265..b6cd6dcd9f 100644 --- a/modules/video_filter/filter_event_info.h +++ b/modules/video_filter/filter_event_info.h @@ -4,7 +4,7 @@ * Copyright (C) 2004-2005 the VideoLAN team * $Id: ??? * - * Authors: Dugal Harris + * Authors: Dugal Harris * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -33,10 +33,10 @@ typedef struct video_filter_region_info_t rectangle corner[s] */ int i_width; /* width of the rectangle */ int i_height; /* height of the rectangle */ - + int i_id; int i_type; - + char *p_description; float *pf_param; int i_param_size;