[MPlayer-cvslog] CVS: main/libmpdemux cdda.c,1.15,1.16
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Sat Nov 5 12:40:09 CET 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv17034/libmpdemux
Modified Files:
cdda.c
Log Message:
set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.
this was the default before, too, since a function call was missing and
thus the paranoia setting was ignored
Index: cdda.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/cdda.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cdda.c 2 Oct 2005 16:30:01 -0000 1.15
+++ cdda.c 5 Nov 2005 11:40:06 -0000 1.16
@@ -28,7 +28,7 @@
m_span_t span;
} cdda_dflts = {
-1,
- 1,
+ 0,
NULL,
0,
-1,
More information about the MPlayer-cvslog
mailing list