diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-02 16:30:01 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-02 16:30:01 +0000 |
commit | c82d1bfbd04f689dc384e06ff53355929c64b722 (patch) | |
tree | b88e8398e81d6a0b25522ea32b845b5be08c5586 /libmpdemux | |
parent | 28b5d70cae70b794f26e06de68c1797cbcfd73c3 (diff) |
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
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/cdda.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/cdda.c b/libmpdemux/cdda.c index 7f74124a6f..26075a37c3 100644 --- a/libmpdemux/cdda.c +++ b/libmpdemux/cdda.c @@ -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); |