Fix warning.
authorCarl Hetherington <cth@carlh.net>
Sun, 26 Feb 2023 20:06:58 +0000 (21:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 26 Feb 2023 20:06:58 +0000 (21:06 +0100)
test/stream_operators.cc

index 20470c1da405f72b652cd3b21e71ddfceff79a7d..ca8f8c5d29ddb359c1b4b8e19fdc4392228049b7 100644 (file)
@@ -175,6 +175,9 @@ 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;