Codec in header message

git-svn-id: svn://elaine/murooma/trunk@286 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-09-21 10:37:14 +00:00
parent a833a00cb1
commit e0a6ac9467
9 changed files with 36 additions and 31 deletions

View file

@ -2,6 +2,7 @@
PcmEncoder::PcmEncoder(const SampleFormat& format) : Encoder(format)
{
headerChunk = new HeaderMessage("pcm");
}