Add format for 16:9 without padding; update changelog.
authorCarl Hetherington <cth@carlh.net>
Sun, 6 Jan 2013 14:35:30 +0000 (14:35 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 6 Jan 2013 14:35:30 +0000 (14:35 +0000)
ChangeLog
src/lib/format.cc

index a047120804803fa845c356bddae0f00f200a19eb..bfe0d725d5bb630ffb3911f7b364ab8ee5db24ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-06  Carl Hetherington  <cth@carlh.net>
+
+       * Put mono soundtracks on the centre speaker, rather
+       than on left (reported by Mike Blakesley).
+
+       * Add format for 16:9 without letterboxing (requested by Lilian
+       Lefranc).
+
 2012-12-23  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.69 released.
index eb42593feada4da576d645842bbd44cb13d60b42..9758624118054ef20aedfb5430e3b6278f2521a3 100644 (file)
@@ -75,6 +75,7 @@ Format::setup_formats ()
        _formats.push_back (new FixedFormat (166, Size (1793, 1080), "166", "1.66", "F"));
        _formats.push_back (new FixedFormat (166, Size (1998, 1080), "166-in-flat", "1.66 within Flat", "F"));
        _formats.push_back (new FixedFormat (178, Size (1998, 1080), "178-in-flat", "16:9 within Flat", "F"));
+       _formats.push_back (new FixedFormat (178, Size (1920, 1080), "178", "16:9", "F"));
        _formats.push_back (new FixedFormat (185, Size (1998, 1080), "185", "Flat", "F"));
        _formats.push_back (new FixedFormat (239, Size (2048, 858), "239", "Scope", "S"));
        _formats.push_back (new VariableFormat (Size (1998, 1080), "var-185", "Flat", "F"));