Advanced option to allow mapping to any audio channel (#2279).
[dcpomatic.git] / src / lib / util.cc
index eab9408ce77348c2b8af9bf48b62e4317defc829..2a21477fd5c744ab5cefad7403a743841a5a33fe 100644 (file)
@@ -594,14 +594,14 @@ short_audio_channel_name (int c)
                _("Rs"),
                _("HI"),
                _("VI"),
-               _("Lc"),
-               _("Rc"),
+               _("9"),
+               _("10"),
                _("BsL"),
                _("BsR"),
                _("DBP"),
                _("DBS"),
                _("Sign"),
-               ""
+               _("16")
        };
 
        return channels[c];