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

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Jul 29 23:07:18 CEST 2011


reimar <subversion <at> mplayerhq.hu> writes:

> +++ trunk/stream/stream_cdda.c	Sat Jun  4 12:27:45 2011	(r33557)
> @@ -419,6 +419,9 @@ static int open_cdda(stream_t *st,int m,
>    if(p->no_skip)
>      mode |= PARANOIA_MODE_NEVERSKIP;
>  #ifndef CONFIG_LIBCDIO
> +  // HACK against libcdparanoia's stupid caching model that
> +  // queues up a huge number of requests leading to stuttering
> +  paranoia_cachemodel_size(priv->cdp, 24);

This breaks default compilation on systems with old paranoia (that does not have
paranoia_cachemodel_size).

Carl Eugen



More information about the MPlayer-cvslog mailing list