aboutsummaryrefslogtreecommitdiffstats
path: root/core/devformat.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2021-07-30 07:38:26 -0700
committerChris Robinson <[email protected]>2021-07-30 07:38:26 -0700
commit29fba79cd5dd06888da22c7fc18779062c28fc3a (patch)
tree1548234679191873024c7ead9eb07c6088885b7e /core/devformat.h
parent486eca8ce68e15fa5fff6a53d410aee9251245dd (diff)
Avoid 5.1Rear as its own channel configuration
It messes with 5.1 sources using direct channels, and the surround channels are supposed to map to the side labels. Individual backends can deal with the channel order/label differences, as they already do to a degree.
Diffstat (limited to 'core/devformat.h')
-rw-r--r--core/devformat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/devformat.h b/core/devformat.h
index 34695361..e6d30924 100644
--- a/core/devformat.h
+++ b/core/devformat.h
@@ -50,9 +50,6 @@ enum DevFmtChannels : unsigned char {
DevFmtX71,
DevFmtAmbi3D,
- /* Similar to 5.1, except using rear channels instead of sides */
- DevFmtX51Rear,
-
DevFmtChannelsDefault = DevFmtStereo
};
#define MAX_OUTPUT_CHANNELS 16