summaryrefslogtreecommitdiff
path: root/src
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
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')
-rw-r--r--src/xine-engine/metronom.c3
-rw-r--r--src/xine-engine/vo_scale.c5
2 files changed, 3 insertions, 5 deletions
diff --git a/src/xine-engine/metronom.c b/src/xine-engine/metronom.c
index b68e2276c..b301fdd25 100644
--- a/src/xine-engine/metronom.c
+++ b/src/xine-engine/metronom.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: metronom.c,v 1.133 2003/12/29 16:26:57 mroi Exp $
+ * $Id: metronom.c,v 1.134 2004/01/18 18:18:31 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -45,7 +45,6 @@
#include "xine_internal.h"
#include "metronom.h"
#include "xineutils.h"
-#include "video_out.h"
#define MAX_AUDIO_DELTA 1600
#define AUDIO_SAMPLE_NUM 32768
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;
-}
+}