Missed offset for multi-reel.
authorCarl Hetherington <cth@carlh.net>
Thu, 17 Jan 2013 21:34:24 +0000 (21:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 17 Jan 2013 21:34:24 +0000 (21:34 +0000)
src/lib/make_dcp_job.cc

index 6877e5e88b4e711dcfd6f359ce11a37346d6581f..fb24fedb386ab386f55b5b92c4ab6644e9b56831 100644 (file)
@@ -61,7 +61,7 @@ MakeDCPJob::name () const
 string
 MakeDCPJob::j2c_path (int f, int offset) const
 {
-       return _film->frame_out_path (f, false);
+       return _film->frame_out_path (f + offset, false);
 }
 
 string