From 67fa83dc36e9e6184c6e836d1a7fd93fa4891990 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Mon, 18 Feb 2002 17:30:38 +0000 Subject: VO_PROP_MAX_NUM_FRAMES, expose event handling CVS patchset: 1509 CVS date: 2002/02/18 17:30:38 --- src/xine-engine/video_out.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/video_out.h') diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index f9ebd68f2..e7a020c14 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.43 2002/02/17 00:06:58 guenter Exp $ + * $Id: video_out.h,v 1.44 2002/02/18 17:30:40 guenter Exp $ * * * xine version of video_out.h @@ -187,7 +187,8 @@ struct vo_instance_s { #define VO_PROP_OFFSET_X 10 #define VO_PROP_OFFSET_Y 11 #define VO_PROP_TVMODE 12 -#define VO_NUM_PROPERTIES 13 +#define VO_PROP_MAX_NUM_FRAMES 13 +#define VO_NUM_PROPERTIES 14 /* zoom specific constants FIXME: generate this from xine.tmpl.in */ #define VO_ZOOM_STEP 100 -- cgit v1.2.3