From 847cbb1144eae8f185fdc47aaaf1a9e12bfc8de8 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 11 Jan 2003 19:06:52 +0000 Subject: introducing a new, very low-impact aproach on implementing a video processing api CVS patchset: 3875 CVS date: 2003/01/11 19:06:52 --- src/xine-engine/video_out.h | 4 ++-- 1 file changed, 2 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 6d453689b..c52b9e45c 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.79 2003/01/11 12:51:18 miguelfreitas Exp $ + * $Id: video_out.h,v 1.80 2003/01/11 19:06:53 guenter Exp $ * * * xine version of video_out.h @@ -418,7 +418,7 @@ video_overlay_instance_t *video_overlay_new_instance (); * a given video driver */ -xine_video_port_t *vo_new_port (xine_t *xine, vo_driver_t *driver) ; +xine_video_port_t *vo_new_port (xine_t *xine, vo_driver_t *driver, int grabonly) ; #ifdef __cplusplus } -- cgit v1.2.3