- Timestamp:
- 10/09/07 20:56:52 (1 year ago)
- git-parent:
- Files:
-
- modules/video_filter/filter_event_info.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/video_filter/filter_event_info.h
r989ceff r6ee1e19 5 5 * $Id: ??? 6 6 * 7 * Authors: Dugal Harris 7 * Authors: Dugal Harris 8 8 * 9 9 * This program is free software; you can redistribute it and/or modify … … 34 34 int i_width; /* width of the rectangle */ 35 35 int i_height; /* height of the rectangle */ 36 36 37 37 int i_id; 38 38 int i_type; 39 39 40 40 char *p_description; 41 41 float *pf_param;
