SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
x11/mplayer/patches/patch-stream_stream_cdda_c
Normal file
15
x11/mplayer/patches/patch-stream_stream_cdda_c
Normal file
|
@ -0,0 +1,15 @@
|
|||
Index: stream/stream_cdda.c
|
||||
--- stream/stream_cdda.c.orig
|
||||
+++ stream/stream_cdda.c
|
||||
@@ -451,9 +451,11 @@ static int open_cdda(stream_t *st,int m, void* opts, i
|
||||
else if(p->search_overlap == 0)
|
||||
mode &= ~PARANOIA_MODE_OVERLAP;
|
||||
#ifndef CONFIG_LIBCDIO
|
||||
+#if 0
|
||||
// HACK against libcdparanoia's stupid caching model that
|
||||
// queues up a huge number of requests leading to stuttering
|
||||
paranoia_cachemodel_size(priv->cdp, 24);
|
||||
+#endif
|
||||
// For some incomprehensible reason cdparanoia breaks the
|
||||
// track->sector lookup of calling paranoia_modeset with
|
||||
// PARANOIA_MODE_DISABLE
|
Loading…
Add table
Add a link
Reference in a new issue