diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-10 23:00:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-16 14:25:54 +0100 |
| commit | d5d9e143a5778928c5f386a7bd9cb140d4f1191a (patch) | |
| tree | bca526b206d8b1e71f302a71ee2b81986e5d76ba /src/lib/film.cc | |
| parent | f90bd4d97be25b3bca6b4523864896f5ff7b7e53 (diff) | |
Make the value used for 'f' in KDM names consistent (#1657).
Before it was mostly the film name, but this is confusing when a
single film contains multiple CPLs.
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 5e99e466c..d9ed8c530 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1283,6 +1283,7 @@ Film::set_isdcf_date_today () _isdcf_date = boost::gregorian::day_clock::local_day (); } + boost::filesystem::path Film::j2c_path (int reel, Frame frame, Eyes eyes, bool tmp) const { |
