summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 14:39:13 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-23 14:39:13 +0000
commit170cdeeee49765057e7c2fd93982e878cfaf2d83 (patch)
tree0d0a0d23cf2f67ae1f73179c96b34683782ca34e /libvo
parent24aa223ad6720e14e8efa87e0bf0393b5e91746d (diff)
downloadmpv-170cdeeee49765057e7c2fd93982e878cfaf2d83.tar.bz2
mpv-170cdeeee49765057e7c2fd93982e878cfaf2d83.tar.xz
re-enabled a-v sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7861 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_mpegpes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_mpegpes.c b/libvo/vo_mpegpes.c
index f2e8883182..97ef734b31 100644
--- a/libvo/vo_mpegpes.c
+++ b/libvo/vo_mpegpes.c
@@ -121,7 +121,7 @@ static uint32_t preinit(const char *arg){
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;
}