# HG changeset patch # User reimar # Date 1131190806 0 # Node ID 701af802aee7a43583f5afafee1f39f17bae98e1 # Parent 57610089c932e4174fc274fd5495b088fcac3e9e 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 diff -r 57610089c932 -r 701af802aee7 DOCS/man/en/mplayer.1 --- 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 diff -r 57610089c932 -r 701af802aee7 libmpdemux/cdda.c --- 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,