changeset 34379:010725c3b6c8

Allow PARANOIA_MODE_FULL with skipping.
author ib
date Wed, 28 Dec 2011 14:04:27 +0000
parents d1235b3d3263
children 9b11eb048fca
files stream/stream_cdda.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_cdda.c	Sat Dec 24 13:31:49 2011 +0000
+++ b/stream/stream_cdda.c	Wed Dec 28 14:04:27 2011 +0000
@@ -420,6 +420,9 @@
 
   if(p->no_skip)
     mode |= PARANOIA_MODE_NEVERSKIP;
+  else
+    mode &= ~PARANOIA_MODE_NEVERSKIP;
+
   if(p->search_overlap > 0)
     mode |= PARANOIA_MODE_OVERLAP;
   else if(p->search_overlap == 0)