diff options
Diffstat (limited to 'src/lib/util/aviio.cpp')
-rw-r--r-- | src/lib/util/aviio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/aviio.cpp b/src/lib/util/aviio.cpp index 40ce6ebe689..7b5e8d00d87 100644 --- a/src/lib/util/aviio.cpp +++ b/src/lib/util/aviio.cpp @@ -48,7 +48,7 @@ static constexpr std::uint64_t FOUR_GB = std::uint64_t(1) << 32; * @brief A constant that defines maximum sound channels. */ -static constexpr unsigned MAX_SOUND_CHANNELS = 2; +static constexpr unsigned MAX_SOUND_CHANNELS = 16; /** * @def SOUND_BUFFER_MSEC |