diff options
Diffstat (limited to 'core/buffer_storage.cpp')
-rw-r--r-- | core/buffer_storage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/buffer_storage.cpp b/core/buffer_storage.cpp index 1e826bff..4f1480c2 100644 --- a/core/buffer_storage.cpp +++ b/core/buffer_storage.cpp @@ -17,6 +17,7 @@ uint BytesFromFmt(FmtType type) noexcept case FmtMulaw: return sizeof(uint8_t); case FmtAlaw: return sizeof(uint8_t); case FmtIMA4: break; + case FmtMSADPCM: break; } return 0; } |