mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-18 03:26:15 +02:00
sample format in codec
git-svn-id: svn://elaine/murooma/trunk@226 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
192aa6fd9e
commit
b7e63a91c8
7 changed files with 48 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "pcmEncoder.h"
|
||||
|
||||
PcmEncoder::PcmEncoder()
|
||||
PcmEncoder::PcmEncoder(const SampleFormat& format) : Encoder(format)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue