diff stream/stream_cdda.c @ 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 9b11eb048fca
children 206264c532f5
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)