diff options
Diffstat (limited to 'alc/buffer_storage.h')
-rw-r--r-- | alc/buffer_storage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alc/buffer_storage.h b/alc/buffer_storage.h index 60770184..80ccbc7b 100644 --- a/alc/buffer_storage.h +++ b/alc/buffer_storage.h @@ -56,8 +56,8 @@ struct BufferStorage { void *mUserData{nullptr}; uint mSampleRate{0u}; - FmtChannels mChannels{}; - FmtType mType{}; + FmtChannels mChannels{FmtMono}; + FmtType mType{FmtShort}; uint mSampleLen{0u}; AmbiLayout mAmbiLayout{AmbiLayout::FuMa}; |