summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-06 11:03:45 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-07 09:29:58 +0200
commitaba51f807ff3a6b58bfc92ccee900db015211cd3 (patch)
treed3e0a970b40239acf6d1149c4a1f165a5d5e0af4 /src/tools
parenta460ac98a12afb2cb51aab073bb4fe1a073e8c55 (diff)
Rename Content::full_length -> Content::full_length_dcp
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic_cli.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_cli.cc b/src/tools/dcpomatic_cli.cc
index 59d85d4c4..f4e5f727a 100644
--- a/src/tools/dcpomatic_cli.cc
+++ b/src/tools/dcpomatic_cli.cc
@@ -85,7 +85,7 @@ print_dump (shared_ptr<Film> film)
cout << "\n"
<< c->path(0) << "\n"
<< "\tat " << c->position().seconds ()
- << " length " << c->full_length(film).seconds ()
+ << " length " << c->full_length_dcp(film).seconds ()
<< " start trim " << c->trim_start().seconds ()
<< " end trim " << c->trim_end().seconds () << "\n";