mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-30 22:59:51 +02:00
Add documentation
This commit is contained in:
parent
fcaa2994af
commit
efd050a716
25 changed files with 140 additions and 80 deletions
|
@ -38,7 +38,8 @@ namespace encoder
|
|||
|
||||
static constexpr auto LOG_TAG = "OggEnc";
|
||||
|
||||
OggEncoder::OggEncoder(const std::string& codecOptions) : Encoder(codecOptions), lastGranulepos_(0)
|
||||
|
||||
OggEncoder::OggEncoder(std::string codecOptions) : Encoder(std::move(codecOptions)), lastGranulepos_(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue