pcm/dsd: use MAX_CHANNELS
This commit is contained in:
parent
cb4f5d454b
commit
5e3844ac13
@ -22,6 +22,7 @@
|
|||||||
|
|
||||||
#include "check.h"
|
#include "check.h"
|
||||||
#include "PcmBuffer.hxx"
|
#include "PcmBuffer.hxx"
|
||||||
|
#include "AudioFormat.hxx"
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
@ -35,7 +36,7 @@ template<typename T> struct ConstBuffer;
|
|||||||
class PcmDsd {
|
class PcmDsd {
|
||||||
PcmBuffer buffer;
|
PcmBuffer buffer;
|
||||||
|
|
||||||
std::array<struct dsd2pcm_ctx_s *, 32> dsd2pcm;
|
std::array<struct dsd2pcm_ctx_s *, MAX_CHANNELS> dsd2pcm;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PcmDsd();
|
PcmDsd();
|
||||||
|
Loading…
Reference in New Issue
Block a user