changeset 6273:deeba5c68397

re-enabled a-v sync, fixes 25fps playback problems
author arpi
date Sun, 02 Jun 2002 21:00:38 +0000
parents 360c3b1dd1d7
children ebb571025474
files libvo/vo_mpegpes.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_mpegpes.c	Sun Jun 02 19:06:11 2002 +0000
+++ b/libvo/vo_mpegpes.c	Sun Jun 02 21:00:38 2002 +0000
@@ -120,7 +120,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;
 	}