decklink: Rename 5.1 and 7.1 multi-channel formats

Common multi-channel setup is 5.1 and 7.1 with rear speakers.

Thus only setups that include SPEAKER_SIDE_LEFT and SPEAKER_SIDE_RIGHT
needs the marking as not common (or "side" use), while it stays the
true Side setup (with side speakers) by its internal meaning.

This "side" is named "surround" by Microsoft. To not confuse users and
translators, it is wise to use "Side" mark next to format name.
This commit is contained in:
SuslikV
2017-12-02 23:22:34 +02:00
committed by GitHub
parent 895814aa8e
commit 151199c388

View File

@@ -16,9 +16,9 @@ ChannelFormat.2_1ch="2.1"
ChannelFormat.3_1ch="3.1"
ChannelFormat.4_0ch="4ch"
ChannelFormat.4_1ch="4.1ch"
ChannelFormat.5_1ch="5.1ch"
ChannelFormat.5_1chBack="5.1ch Back"
ChannelFormat.7_1ch="7.1ch"
ChannelFormat.7_1chBack="7.1ch Back"
ChannelFormat.5_1ch="5.1ch Side"
ChannelFormat.5_1chBack="5.1ch"
ChannelFormat.7_1ch="7.1ch Side"
ChannelFormat.7_1chBack="7.1ch"
ChannelFormat.8_0ch="8.0ch"
ChannelFormat.16_0ch="16.0ch"