Clarify success message from dcpverify a little.
[libdcp.git] / test / stream_operators.cc
index ca8f8c5d29ddb359c1b4b8e19fdc4392228049b7..20470c1da405f72b652cd3b21e71ddfceff79a7d 100644 (file)
@@ -175,9 +175,6 @@ ostream&
 dcp::operator<< (ostream& s, MCASoundField f)
 {
        switch (f) {
-       case MCASoundField::STEREO:
-               s << "2.0";
-               break;
        case MCASoundField::FIVE_POINT_ONE:
                s << "5.1";
                break;