diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-12-21 16:15:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-12-21 16:15:16 +0000 |
| commit | 944ee5eafb01705e31076fe0dbd0b38003dfbb55 (patch) | |
| tree | 266cea64f1258a5a8fa7e1e81d5a4c175d24f0cc /src/lib/transcoder.cc | |
| parent | dc334f75b92a1a5480041ad7b351ee9d4cd77187 (diff) | |
Add approximate finish time to progress on jobs (#927).
Diffstat (limited to 'src/lib/transcoder.cc')
| -rw-r--r-- | src/lib/transcoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/transcoder.cc b/src/lib/transcoder.cc index c667a1486..ee099c7df 100644 --- a/src/lib/transcoder.cc +++ b/src/lib/transcoder.cc @@ -74,7 +74,7 @@ Transcoder::go () { shared_ptr<Job> job = _job.lock (); DCPOMATIC_ASSERT (job); - job->sub (_("Encoding picture and sound")); + job->sub (_("Encoding")); } DCPTime const frame = DCPTime::from_frames (1, _film->video_frame_rate ()); |
