# HG changeset patch # User arpi # Date 1035383953 0 # Node ID 0432eeab8f1e0a486cdd1f5ff802941725df2eb4 # Parent 72671e2510fd7df0f14d59751a24236c33ecc7eb re-enabled a-v sync diff -r 72671e2510fd -r 0432eeab8f1e libvo/vo_mpegpes.c --- 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; }