Package: cdparanoia
Version: 3.10+debian~pre0-3
Severity: normal

paranoia_read_limited has this:

--- snip ---
      if(retry_count%5==0){
        if(p->dynoverlap==MAX_SECTOR_OVERLAP*CD_FRAMEWORDS ||
           retry_count==max_retries){
          if(!(p->enable&PARANOIA_MODE_NEVERSKIP))verify_skip_case(p,callback);
          retry_count=0;
        }else{
--- snip ---

This means that if max_retries is not divisible by 5, the condition is
never reached.  I wondered what was going on when a setting of
--never-skip=3 actually made things slower...

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages cdparanoia depends on:
ii  libc6                 2.3.6.ds1-8        GNU C Library: Shared libraries
ii  libcdparanoia0        3.10+debian~pre0-3 audio extraction tool for sampling

cdparanoia recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to