changeset 16914:701af802aee7

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
author reimar
date Sat, 05 Nov 2005 11:40:06 +0000
parents 57610089c932
children 6b1d1e4adaea
files DOCS/man/en/mplayer.1 libmpdemux/cdda.c
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Sat Nov 05 09:57:13 2005 +0000
+++ b/DOCS/man/en/mplayer.1	Sat Nov 05 11:40:06 2005 +0000
@@ -913,10 +913,11 @@
 Set CD spin speed.
 .IPs paranoia=<0\-2>
 Set paranoia level.
+Values other than 0 seem to break playback of anything but the first track.
 .RSss
-0: disable checking
-.br
-1: overlap checking only (default)
+0: disable checking (default)
+.br
+1: overlap checking only
 .br
 2: full data correction and verification
 .REss
--- a/libmpdemux/cdda.c	Sat Nov 05 09:57:13 2005 +0000
+++ b/libmpdemux/cdda.c	Sat Nov 05 11:40:06 2005 +0000
@@ -28,7 +28,7 @@
   m_span_t span;
 } cdda_dflts = {
   -1,
-  1,
+  0,
   NULL,
   0,
   -1,