Mercurial > mplayer.hg
changeset 34384:475b95b38f59
Add comment to a condition that is just a hack around a cdparanoia bug.
author | reimar |
---|---|
date | Thu, 29 Dec 2011 16:11:58 +0000 |
parents | 15b9cddb0c6e |
children | cd6376c5cc94 |
files | stream/stream_cdda.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_cdda.c Thu Dec 29 16:10:12 2011 +0000 +++ b/stream/stream_cdda.c Thu Dec 29 16:11:58 2011 +0000 @@ -431,6 +431,9 @@ // HACK against libcdparanoia's stupid caching model that // queues up a huge number of requests leading to stuttering paranoia_cachemodel_size(priv->cdp, 24); + // For some incomprehensible reason cdparanoia breaks the + // track->sector lookup of calling paranoia_modeset with + // PARANOIA_MODE_DISABLE if (mode != PARANOIA_MODE_DISABLE) paranoia_modeset(cdd, mode); if(p->search_overlap > 0)