diff options
author | uid32519 <none@none> | 2001-07-04 18:12:12 +0000 |
---|---|---|
committer | uid32519 <none@none> | 2001-07-04 18:12:12 +0000 |
commit | edadbd7ecba1954565351a2a49b88d7d65d461a1 (patch) | |
tree | c605dbdea6bef44076fea3266795b881a9e4a00d /src | |
parent | f56e3c667be6f68bfc235fffdddefda316eb27c6 (diff) | |
download | xine-lib-edadbd7ecba1954565351a2a49b88d7d65d461a1.tar.gz xine-lib-edadbd7ecba1954565351a2a49b88d7d65d461a1.tar.bz2 |
got parameters wrong
CVS patchset: 252
CVS date: 2001/07/04 18:12:12
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/video_out.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index b6a98e8d1..f778f99f3 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -1,4 +1,4 @@ -/* + /* * Copyright (C) 2000, 2001 the xine project * * This file is part of xine, a unix 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.c,v 1.28 2001/07/04 17:10:24 uid32519 Exp $ + * $Id: video_out.c,v 1.29 2001/07/04 18:12:12 uid32519 Exp $ * */ @@ -489,8 +489,7 @@ static int vo_frame_draw (vo_frame_t *img) { return frames_to_skip; } -static vo_overlay_t *vo_get_overlay (vo_instance_t *this, - int width, int height) { +static vo_overlay_t *vo_get_overlay (vo_instance_t *this) { /* FIXME: implement */ return NULL; } |