diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-03-17 14:54:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-03-20 16:41:02 +0100 |
| commit | 06adefd20b469b5f7fefaa4e5c97c30e8992e8b1 (patch) | |
| tree | 8863955f4fe82c536b7e6318b29f4c08b64f87af /src/types.h | |
| parent | 20e3e4c2a7a91e45740987a702f5d4c1ea2f9030 (diff) | |
Remove now-presumed-wrong 2.0 MCA sound field.
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.h b/src/types.h index 6c40c37d..5f955c4b 100644 --- a/src/types.h +++ b/src/types.h @@ -118,7 +118,6 @@ std::vector<dcp::Channel> used_audio_channels (); enum class MCASoundField { - STEREO, FIVE_POINT_ONE, SEVEN_POINT_ONE }; |
