[MPlayer-cvslog] r34472 - trunk/stream/stream_cdda.c

reimar subversion at mplayerhq.hu
Thu Dec 29 17:11:58 CET 2011


Author: reimar
Date: Thu Dec 29 17:11:58 2011
New Revision: 34472

Log:
Add comment to a condition that is just a hack around a cdparanoia bug.

Modified:
   trunk/stream/stream_cdda.c

Modified: trunk/stream/stream_cdda.c
==============================================================================
--- trunk/stream/stream_cdda.c	Thu Dec 29 17:10:12 2011	(r34471)
+++ trunk/stream/stream_cdda.c	Thu Dec 29 17:11:58 2011	(r34472)
@@ -431,6 +431,9 @@ static int open_cdda(stream_t *st,int m,
   // 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)


More information about the MPlayer-cvslog mailing list