From f93c9726a8114f143e16ab08f3bda8aae929309e Mon Sep 17 00:00:00 2001 From: Alice Date: Sat, 24 Sep 2016 19:00:58 -0400 Subject: [PATCH] Fix buffer --- src/Magnum/Audio/Buffer.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Magnum/Audio/Buffer.cpp b/src/Magnum/Audio/Buffer.cpp index bc69f3724..705e406ab 100644 --- a/src/Magnum/Audio/Buffer.cpp +++ b/src/Magnum/Audio/Buffer.cpp @@ -57,17 +57,17 @@ Debug& operator<<(Debug& debug, const Buffer::Format value) { _c(Rear16) _c(Rear32) - _c(Five_1Chnl8) - _c(Five_1Chnl16) - _c(Five_1Chnl32) + _c(Surround51Channel8) + _c(Surround51Channel16) + _c(Surround51Channel32) - _c(Six_1Chnl8) - _c(Six_1Chnl16) - _c(Six_1Chnl32) + _c(Surround61Channel8) + _c(Surround61Channel16) + _c(Surround61Channel32) - _c(Seven_1Chnl8) - _c(Seven_1Chnl16) - _c(Seven_1Chnl32) + _c(Surround71Channel8) + _c(Surround71Channel16) + _c(Surround71Channel32) #undef _c /* LCOV_EXCL_STOP */