summaryrefslogtreecommitdiff
path: root/src/lib/format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/format.cc')
-rw-r--r--src/lib/format.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/format.cc b/src/lib/format.cc
index ff3a5b202..e689aa05d 100644
--- a/src/lib/format.cc
+++ b/src/lib/format.cc
@@ -82,6 +82,7 @@ Format::setup_formats ()
_formats.push_back (new Format (133, Size (1998, 1080), "133-in-flat", "4:3 within Flat"));
_formats.push_back (new Format (137, Size (1480, 1080), "137", "Academy"));
_formats.push_back (new Format (166, Size (1793, 1080), "166", "1.66"));
+ _formats.push_back (new Format (166, Size (1998, 1080), "166-in-flat", "1.66 within Flat"));
_formats.push_back (new Format (178, Size (1998, 1080), "178-in-flat", "16:9 within Flat"));
_formats.push_back (new Format (185, Size (1998, 1080), "185", "Flat"));
_formats.push_back (new Format (239, Size (2048, 858), "239", "Scope"));