Index: lib/Video/DVDRip/Cluster/Project.pm =================================================================== RCS file: /home/cvsroot/dvdrip/lib/Video/DVDRip/Cluster/Project.pm,v retrieving revision 1.31 diff -u -r1.31 Project.pm --- lib/Video/DVDRip/Cluster/Project.pm 11 Apr 2004 23:36:19 -0000 1.31 +++ lib/Video/DVDRip/Cluster/Project.pm 12 Jul 2005 11:44:19 -0000 @@ -201,7 +201,7 @@ my ($bc, $bc_job); if ( $title->has_vbr_audio ) { - $bc = Video::DVDRip::BitrateCalc->new; + $bc = Video::DVDRip::BitrateCalc->new ( title => $title ); $job = Video::DVDRip::Cluster::Job::BitrateCalc->new ( nr => $nr++ ); push @jobs, $job; $job->set_project ($self); Reproducible: Always Steps to Reproduce: 1. 2. 3.
Should be fixed in dvdrip 0.52.6 (see also bug #113942)
0.52.6 is in portage now, that should fix the cluster issue