summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_vo_core.c
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-10 21:30:10 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-10 21:30:10 +0000
commit57312d1a4a94e1e607466bc528cd578ffa31ed6f (patch)
treeee95f5ee7df876f43850eda82ebbc113a02a324a /src/dxr3/dxr3_vo_core.c
parent1913ebea573e2f7490358a082d76afc2d7ff2555 (diff)
downloadxine-lib-57312d1a4a94e1e607466bc528cd578ffa31ed6f.tar.gz
xine-lib-57312d1a4a94e1e607466bc528cd578ffa31ed6f.tar.bz2
Put the delay offset check back in.
CVS patchset: 1387 CVS date: 2002/01/10 21:30:10
Diffstat (limited to 'src/dxr3/dxr3_vo_core.c')
-rw-r--r--src/dxr3/dxr3_vo_core.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/dxr3/dxr3_vo_core.c b/src/dxr3/dxr3_vo_core.c
index aa710f687..fc0fd5a89 100644
--- a/src/dxr3/dxr3_vo_core.c
+++ b/src/dxr3/dxr3_vo_core.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: dxr3_vo_core.c,v 1.13 2001/12/24 18:40:13 hrm Exp $
+ * $Id: dxr3_vo_core.c,v 1.14 2002/01/10 21:30:10 jcdutton Exp $
*
*************************************************************************
* core functions common to both Standard and RT-Encoding vo plugins *
@@ -42,7 +42,9 @@
#include "dxr3_video_out.h"
#include <locale.h>
-#define OVERLAY_LOG 0
+/*
+#define OVERLAY_LOG 1
+*/
void *malloc_aligned (size_t alignment, size_t size, void **mem) {
char *aligned;
@@ -116,7 +118,7 @@ void dxr3_read_config(dxr3_driver_t *this)
VO_PROP_ASPECT_RATIO, ASPECT_FULL);
str = config->register_string(config, "dxr3.videoout_mode", "tv", "Dxr3: videoout mode (tv or overlay)", NULL,NULL,NULL);
-
+ printf("dxr3:overlaymode=%s\n",str);
if (!strcasecmp(str, "tv")) {
this->overlay_enabled=0;
this->tv_switchable=0; /* don't allow on-the-fly switching */