diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-29 00:00:55 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-01 00:02:52 +0200 |
| commit | a876dc03d70b6d3971ba0fc6e28c59b412c5f0a3 (patch) | |
| tree | 61e7f0d0bd74b3b37ffa21cabe3078680c2260d2 /src/lib/util.cc | |
| parent | 7588273929fa6fe48fa0cf04d33e14bd256cf3f7 (diff) | |
Advanced option to allow mapping to any audio channel (#2279).
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index eab9408ce..2a21477fd 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -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]; |
