[MPlayer-cvslog] CVS: main/libmpdemux cdda.c,1.14,1.15

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Oct 2 18:30:03 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv26459

Modified Files:
	cdda.c 
Log Message:
10l, forgotten call to paranoia_modeset to actually set the desired mode.


Index: cdda.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/cdda.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cdda.c	19 Sep 2005 18:22:09 -0000	1.14
+++ cdda.c	2 Oct 2005 16:30:01 -0000	1.15
@@ -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);




More information about the MPlayer-cvslog mailing list