diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-25 03:18:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-25 03:18:30 +0100 |
| commit | d3bd799b42c0a29b415c2a37f6dd8196a97ee541 (patch) | |
| tree | 087ae8a5af3e8e76e41e60dcb2daa89e2f80a1b8 /src/lib | |
| parent | 3dd54ab58a1744c017a062305653e2e90811f04c (diff) | |
aaae1b20f7029d0a9a66d6f45a285fab23ecf621 from master; add container name to the video scaling/padding summary.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/video_content.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 891ccecd8..9f3d78291 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -550,7 +550,8 @@ VideoContent::processing_description () const if (scaled != container_size) { d << String::compose ( - _("Padded with black to %1x%2"), + _("Padded with black to fit container %1 (%2x%3)"), + film->container()->nickname (), container_size.width, container_size.height ); |
