From 7b65c8b1b967474c2dd6b852fbcefc1e6bcd7240 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 23 Oct 2003 15:17:06 +0000 Subject: cleanup in video_out.h * some obsolete VO_CAP_* constants removed * VO_ZOOM_* constants replaced by their XINE_VO_ZOOM_* equivalents from xine.h * moved some bits around * proc_frame() needs only one parameter: the frame * renamed copy_called to proc_called * changed logic in video_out.c to call proc_* functions a bit (call proc_frame() first, then call proc_slice() if proc_frame() has not set proc_called, this allows video out plugins to have both hooks called) CVS patchset: 5576 CVS date: 2003/10/23 15:17:06 --- src/video_out/video_out_aa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/video_out/video_out_aa.c') diff --git a/src/video_out/video_out_aa.c b/src/video_out/video_out_aa.c index c845dfd00..569e8220c 100644 --- a/src/video_out/video_out_aa.c +++ b/src/video_out/video_out_aa.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2001 the xine project + * Copyright (C) 2000-2003 the xine project * * This file is part of xine, a free video player. * @@ -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_aa.c,v 1.38 2003/10/22 20:38:10 komadori Exp $ + * $Id: video_out_aa.c,v 1.39 2003/10/23 15:17:07 mroi Exp $ * * video_out_aa.c, ascii-art output plugin for xine * -- cgit v1.2.3