diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-15 14:58:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-15 14:58:45 +0100 |
| commit | f64496a0e94c452caf179cf31722b5808c3e1907 (patch) | |
| tree | 2c911eea650f8c7a5d48dad6739edc1e4d2ba7b3 /src/lib/video_content.cc | |
| parent | 8e96f8c1677146d224438ec040982532879d6c34 (diff) | |
| parent | 62a5a6b72ab9092cadc127da53e105493b281319 (diff) | |
Merge.
Diffstat (limited to 'src/lib/video_content.cc')
| -rw-r--r-- | src/lib/video_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_content.cc b/src/lib/video_content.cc index 2b953f75b..026696f80 100644 --- a/src/lib/video_content.cc +++ b/src/lib/video_content.cc @@ -400,7 +400,7 @@ VideoContent::processing_description () const ratio *= sample_aspect_ratio().get (); } - snprintf (buffer, sizeof(buffer), _("\nDisplay aspect ratio %.2f:1"), ratio); + snprintf (buffer, sizeof(buffer), _("\nDisplay aspect ratio %.2f:1\n"), ratio); d += buffer; } |
