Report bit depth from sound frame, and handle 16-bit.
[libdcp.git] / test / stream_operators.cc
index 4895076a5f4e47e572a926e5f067ef2b96fc48bd..348abd2f3134ec16778682b02219fa5379f0609d 100644 (file)
@@ -130,6 +130,12 @@ dcp::operator<<(ostream& s, Channel c)
        case Channel::VI:
                s << "vi(7)";
                break;
+       case Channel::LC:
+               s << "lc(8)";
+               break;
+       case Channel::RC:
+               s << "rc(9)";
+               break;
        case Channel::BSL:
                s << "bsl(10)";
                break;