stream_cdda: work around libcdparanoia caching issues
commitc6e4eb9f4b7e8e588aebba07b055d81aea27c5fe
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sat, 4 Jun 2011 10:27:45 +0000 (4 10:27 +0000)
committerUoti Urpala <uau@mplayer2.org>
Wed, 6 Jul 2011 06:32:27 +0000 (6 09:32 +0300)
tree6cf47a50d73c25594bfe8307c463df3d8578e096
parent55def9cc1b8621c5f4e85cde9368b678e1f482a7
stream_cdda: work around libcdparanoia caching issues

Constrain libcdparanoia's caching which badly breaks playback with
-nocache (libcdparanoia requests a huge chunk at once, then lets the
disk spin down while that is being played, leading to a pause when the
disk needs to spin back up after the big chunk is finished). Switching
to libcdio by default which does not have this ssue might be a better
long-term solution though.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33557 b3059339-0415-0410-9bf9-f77b7e298cf2
stream/stream_cdda.c