Add NamedChannel and use it to hide the never-used channels
[dcpomatic.git] / src / lib / util.cc
index 7824e7fed739f75d51063298d99ffe61fafcbb28..7c0d1dc4e8b820f26888836db6a1e49cec61b76e 100644 (file)
@@ -825,17 +825,15 @@ audio_channel_types (list<int> mapped, int channels)
                case dcp::CENTRE:
                case dcp::LS:
                case dcp::RS:
-               case dcp::LC:
-               case dcp::RC:
                case dcp::BSL:
                case dcp::BSR:
                        ++non_lfe;
                        break;
                case dcp::HI:
                case dcp::VI:
+               case dcp::MOTION_DATA:
                case dcp::SYNC_SIGNAL:
                case dcp::SIGN_LANGUAGE:
-               case dcp::UNUSED:
                case dcp::CHANNEL_COUNT:
                        break;
                }