mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-28 08:26:16 +02:00
made "serialize" const
This commit is contained in:
parent
56389ad202
commit
b936bffeff
11 changed files with 104 additions and 73 deletions
|
@ -32,6 +32,11 @@ PcmChunk::PcmChunk(const SampleFormat& sampleFormat, size_t ms) : WireChunk(samp
|
|||
}
|
||||
|
||||
|
||||
PcmChunk::PcmChunk(const PcmChunk& pcmChunk) : WireChunk(pcmChunk), format(pcmChunk.format), idx(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
PcmChunk::PcmChunk() : WireChunk(), idx(0)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue