Browse Source

Fix buffer

pull/175/head
Alice 10 years ago
parent
commit
f93c9726a8
  1. 18
      src/Magnum/Audio/Buffer.cpp

18
src/Magnum/Audio/Buffer.cpp

@ -57,17 +57,17 @@ Debug& operator<<(Debug& debug, const Buffer::Format value) {
_c(Rear16) _c(Rear16)
_c(Rear32) _c(Rear32)
_c(Five_1Chnl8) _c(Surround51Channel8)
_c(Five_1Chnl16) _c(Surround51Channel16)
_c(Five_1Chnl32) _c(Surround51Channel32)
_c(Six_1Chnl8) _c(Surround61Channel8)
_c(Six_1Chnl16) _c(Surround61Channel16)
_c(Six_1Chnl32) _c(Surround61Channel32)
_c(Seven_1Chnl8) _c(Surround71Channel8)
_c(Seven_1Chnl16) _c(Surround71Channel16)
_c(Seven_1Chnl32) _c(Surround71Channel32)
#undef _c #undef _c
/* LCOV_EXCL_STOP */ /* LCOV_EXCL_STOP */

Loading…
Cancel
Save