changeset 7860:0432eeab8f1e

re-enabled a-v sync
author arpi
date Wed, 23 Oct 2002 14:39:13 +0000
parents 72671e2510fd
children 210bf936571f
files libvo/vo_mpegpes.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_mpegpes.c	Wed Oct 23 13:59:05 2002 +0000
+++ b/libvo/vo_mpegpes.c	Wed Oct 23 14:39:13 2002 +0000
@@ -121,7 +121,7 @@
 		perror("DVB VIDEO PLAY: ");
 		return -1;
 	}
-	if ( (ioctl(vo_mpegpes_fd2,AUDIO_SET_AV_SYNC, false) < 0)){
+	if ( (ioctl(vo_mpegpes_fd2,AUDIO_SET_AV_SYNC, true) < 0)){
 		perror("DVB AUDIO SET AV SYNC: ");
 		return -1;
 	}