summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2004-04-25 14:50:32 +0000
committerRobin KAY <komadori@users.sourceforge.net>2004-04-25 14:50:32 +0000
commit38590f702bed212d251851ccc63369050340e9ae (patch)
tree3e5e4ffc5cef65dba7b5bf68526c7c1194dc4de9
parentc93bfc952650b4299080bd0f23106a0d30e28bac (diff)
downloadxine-lib-38590f702bed212d251851ccc63369050340e9ae.tar.gz
xine-lib-38590f702bed212d251851ccc63369050340e9ae.tar.bz2
Fix typo in prototype.
CVS patchset: 6433 CVS date: 2004/04/25 14:50:32
-rw-r--r--src/xine-engine/vo_scale.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/vo_scale.h b/src/xine-engine/vo_scale.h
index 374ee8381..736e50fbd 100644
--- a/src/xine-engine/vo_scale.h
+++ b/src/xine-engine/vo_scale.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: vo_scale.h,v 1.11 2003/12/09 00:02:38 f1rmb Exp $
+ * $Id: vo_scale.h,v 1.12 2004/04/25 14:50:32 komadori Exp $
*
* vo_scale.h
*
@@ -123,7 +123,7 @@ struct vo_scale_s {
int video_width, int video_height,
double video_pixel_aspect,
int *dest_x, int *dest_y,
- int *dest_height, int *dest_width,
+ int *dest_width, int *dest_height,
double *dest_pixel_aspect,
int *win_x, int *win_y);