diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-09 00:32:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-09 00:32:08 +0100 |
| commit | 17af99550ea468bf6702f4973630a24629a65ff7 (patch) | |
| tree | 00be394a21f6506c2425b0b6691ac42a23a277c2 /src/types.h | |
| parent | fe83eb5293fa4027856f6ee9faec7bfc8288badf (diff) | |
Simplify previous commit and remove some debugging.
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/types.h b/src/types.h index c3aee26b..dd2e10a6 100644 --- a/src/types.h +++ b/src/types.h @@ -232,20 +232,6 @@ enum Formulation { DCI_SPECIFIC }; -/** Possible channel assignments for SMPTE DCP audio */ -enum ChannelAssignment { - /** L/R/C/Lfe/Ls/Rs/HI/VI */ - CHANNEL_ASSIGNMENT_51, - /** L/R/C/Lfe/Ls/Rs/Cs/unused/HI/VI */ - CHANNEL_ASSIGNMENT_61, - /** L/R/C/Lfe/Ls/Rs/Lc/Rc/HI/VI */ - CHANNEL_ASSIGNMENT_71, - /** "Wild track format"; no assignment */ - CHANNEL_ASSIGNMENT_WTF, - /** L/R/C/Lfe/Ls/Rs/Lrs/Rrs/HI/VI */ - CHANNEL_ASSIGNMENT_71_DS -}; - /** @class Colour * @brief An RGB colour. */ |
