Commit a1acd9a7 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* don't break things...

parent 156136fb
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* vout.m: MacOS X video output module * vout.m: MacOS X video output module
***************************************************************************** *****************************************************************************
* Copyright (C) 2001-2003 VideoLAN * Copyright (C) 2001-2003 VideoLAN
* $Id: vout.m,v 1.83 2004/02/26 13:04:55 hartman Exp $ * $Id: vout.m,v 1.84 2004/02/26 13:24:55 hartman Exp $
* *
* Authors: Colin Delacroix <colin@zoy.org> * Authors: Colin Delacroix <colin@zoy.org>
* Florian G. Pflug <fgp@phlo.org> * Florian G. Pflug <fgp@phlo.org>
...@@ -694,6 +694,9 @@ static void QTScaleMatrix( vout_thread_t *p_vout ) ...@@ -694,6 +694,9 @@ static void QTScaleMatrix( vout_thread_t *p_vout )
ScaleMatrix( p_vout->p_sys->p_matrix, ScaleMatrix( p_vout->p_sys->p_matrix,
factor_x, factor_y, factor_x, factor_y,
Long2Fix(0), Long2Fix(0) );
TranslateMatrix( p_vout->p_sys->p_matrix,
Long2Fix(i_offset_x), Long2Fix(i_offset_y) ); Long2Fix(i_offset_x), Long2Fix(i_offset_y) );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment