changeset 16635:8fd80915d2a2

10l, forgotten call to paranoia_modeset to actually set the desired mode.
author reimar
date Sun, 02 Oct 2005 16:30:01 +0000
parents 34f3c169569b
children fca80748d11b
files libmpdemux/cdda.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/cdda.c	Sun Oct 02 16:17:33 2005 +0000
+++ b/libmpdemux/cdda.c	Sun Oct 02 16:30:01 2005 +0000
@@ -215,6 +215,7 @@
   
   if(p->no_skip)
     mode |= PARANOIA_MODE_NEVERSKIP;
+  paranoia_modeset(cdd, mode);
 
   if(p->search_overlap >= 0)
     paranoia_overlapset(cdd,p->search_overlap);