Add some new channels to the enum.
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Aug 2020 20:53:56 +0000 (22:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 20 Sep 2020 17:30:46 +0000 (19:30 +0200)
src/types.h

index 7b2faa7ce766e22d144fa41200f6e5bc39baa972..f8a9f45e1acfe02c308e467ce54f69fd19ef89b2 100644 (file)
@@ -90,7 +90,12 @@ enum Channel {
        LC = 8,
        RC = 9,
        BSL = 10,
-       BSR = 11
+       BSR = 11,
+       MOTION_DATA = 12,
+       SYNC_SIGNAL = 13,
+       SIGN_LANGUAGE = 14,
+       UNUSED = 15,
+       CHANNEL_COUNT = 16
 };
 
 enum ContentKind