mirror of https://github.com/mpv-player/mpv
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:
parent
aa7191ebf0
commit
74b4cbe13d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue