summaryrefslogtreecommitdiff
path: root/src/xine-engine/vo_scale.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-01-18 18:17:55 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-01-18 18:17:55 +0000
commitf79b3b305b1332b4ca54afaab42b9fe6d483bfa5 (patch)
treea5185828ee381d4ee5836361233cb918e8a46506 /src/xine-engine/vo_scale.c
parent72848cfb1c44cc339187f24d66b0476cddb0381d (diff)
downloadxine-lib-f79b3b305b1332b4ca54afaab42b9fe6d483bfa5.tar.gz
xine-lib-f79b3b305b1332b4ca54afaab42b9fe6d483bfa5.tar.bz2
this header is not needed
CVS patchset: 6054 CVS date: 2004/01/18 18:17:55
Diffstat (limited to 'src/xine-engine/vo_scale.c')
-rw-r--r--src/xine-engine/vo_scale.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xine-engine/vo_scale.c b/src/xine-engine/vo_scale.c
index 20be36086..656c8569e 100644
--- a/src/xine-engine/vo_scale.c
+++ b/src/xine-engine/vo_scale.c
@@ -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.c,v 1.29 2003/12/09 00:02:38 f1rmb Exp $
+ * $Id: vo_scale.c,v 1.30 2004/01/18 18:17:55 mroi Exp $
*
* Contains common code to calculate video scaling parameters.
* In short, it will map frame dimensions to screen/window size.
@@ -35,7 +35,6 @@
*/
#include "xine_internal.h"
-#include "video_out.h"
#include "vo_scale.h"
/*
@@ -359,4 +358,4 @@ void _x_vo_scale_init(vo_scale_t *this, int support_zoom, int scaling_disabled,
config->register_range(config, "video.vertical_position", 50, 0, 100,
_("vertical image position in the output window"), NULL, 10,
vo_scale_vertical_pos_changed, this) / 100.0;
-}
+}