mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 19:22:48 +00:00
10l, forgotten call to paranoia_modeset to actually set the desired mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16636 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
28b5d70cae
commit
c82d1bfbd0
@ -215,6 +215,7 @@ static int open_cdda(stream_t *st,int m, void* opts, int* file_format) {
|
||||
|
||||
if(p->no_skip)
|
||||
mode |= PARANOIA_MODE_NEVERSKIP;
|
||||
paranoia_modeset(cdd, mode);
|
||||
|
||||
if(p->search_overlap >= 0)
|
||||
paranoia_overlapset(cdd,p->search_overlap);
|
||||
|
Loading…
Reference in New Issue
Block a user