From 151199c388f25118603da73607898d350c275bb8 Mon Sep 17 00:00:00 2001 From: SuslikV Date: Sat, 2 Dec 2017 23:22:34 +0200 Subject: [PATCH] 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. --- plugins/decklink/data/locale/en-US.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/decklink/data/locale/en-US.ini b/plugins/decklink/data/locale/en-US.ini index fcdc74114..826bfc405 100644 --- a/plugins/decklink/data/locale/en-US.ini +++ b/plugins/decklink/data/locale/en-US.ini @@ -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"