diff options
Diffstat (limited to 'test/stream_operators.cc')
| -rw-r--r-- | test/stream_operators.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stream_operators.cc b/test/stream_operators.cc index 20470c1d..ca8f8c5d 100644 --- a/test/stream_operators.cc +++ b/test/stream_operators.cc @@ -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; |
