diff libvo/vo_mpegpes.c @ 7860:0432eeab8f1e

re-enabled a-v sync
author arpi
date Wed, 23 Oct 2002 14:39:13 +0000
parents e6b46875e1b9
children 5b39e79af5fe
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;
 	}