mirror of
https://github.com/mpv-player/mpv
synced 2025-02-18 05:37:04 +00:00
re-enabled a-v sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7861 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
24aa223ad6
commit
170cdeeee4
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user