re-enabled a-v sync, fixes 25fps playback problems

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6274 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-06-02 21:00:38 +00:00
parent aa7191ebf0
commit 74b4cbe13d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}