mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-28 05:48:44 +02:00
Add documentation
This commit is contained in:
parent
fcaa2994af
commit
efd050a716
25 changed files with 140 additions and 80 deletions
|
@ -31,7 +31,7 @@ namespace encoder
|
|||
|
||||
static constexpr auto LOG_TAG = "NullEnc";
|
||||
|
||||
NullEncoder::NullEncoder(const std::string& codecOptions) : Encoder(codecOptions)
|
||||
NullEncoder::NullEncoder(std::string codecOptions) : Encoder(std::move(codecOptions))
|
||||
{
|
||||
headerChunk_ = std::make_shared<msg::CodecHeader>("null");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue