summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-02 21:00:38 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-06-02 21:00:38 +0000
commit74b4cbe13dc614c17cfe6cd8c7cb4c5292978f6f (patch)
tree7c4fc25a7a777046a07d8c227c252efe384bd943 /libvo
parentaa7191ebf05543ad2ad17f1eaf9b79072267c9b9 (diff)
downloadmpv-74b4cbe13dc614c17cfe6cd8c7cb4c5292978f6f.tar.bz2
mpv-74b4cbe13dc614c17cfe6cd8c7cb4c5292978f6f.tar.xz
re-enabled a-v sync, fixes 25fps playback problems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6274 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 329dd6645d..76ee40b38d 100644
--- a/libvo/vo_mpegpes.c
+++ b/libvo/vo_mpegpes.c
@@ -120,7 +120,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;
}