[MPlayer-users] cdda://2 broken
Guillaume POIRIER
poirierg at gmail.com
Sat Oct 29 11:08:31 CEST 2005
Hi,
On 10/29/05, Robert Henney <robh at rut.org> wrote:
> A change committed to cvs around the 2nd or 3rd of October seems to have
> broken cdda somewhat in its ability to jump to a track. on the audio
> CD's I've tested so far specifing a track other than 1, eg. "mplayer
> cdda://2", no longer works most of the time.
>
>
> MPlayer dev-CVS-051028-20:48-2.95.4 (C) 2000-2005 MPlayer Team
> CPU: Advanced Micro Devices Athlon Thunderbird (Family: 6, Stepping: 2)
> Detected cache-line size is 64 bytes
> CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
> Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx
>
>
> Playing cdda://2.
> Found Audio CD with 15 tracks
>
> at this point there's no more output. the mplayer process hangs and
> consumes 100% cpu until killed with KILL signal (TERM doesn't get rid of
> the process at this point).
I had a look at the commits that were done between the 2nd and 3rd...
The only change that directly affects cdda is this one:
Index: cdda.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/cdda.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cdda.c 19 Sep 2005 18:22:09 -0000 1.14
+++ cdda.c 2 Oct 2005 16:30:01 -0000 1.15
@@ -215,6 +215,7 @@
if(p->no_skip)
mode |= PARANOIA_MODE_NEVERSKIP;
+ paranoia_modeset(cdd, mode);
if(p->search_overlap >= 0)
paranoia_overlapset(cdd,p->search_overlap);
Try to see if reversing that change can fix your problem.
Cheers,
Guillaume
--
Reading doesn't hurt, really!
-- Dominik 'Rathann' Mierzejewski
More information about the MPlayer-users
mailing list