mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-09 04:37:39 +02:00
Add namespace for encoder and decoder
This commit is contained in:
parent
c1a2fedd8d
commit
07e8290ee4
25 changed files with 124 additions and 38 deletions
|
@ -28,6 +28,8 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
namespace encoder
|
||||
{
|
||||
|
||||
OggEncoder::OggEncoder(const std::string& codecOptions) : Encoder(codecOptions), lastGranulepos_(0)
|
||||
{
|
||||
|
@ -257,3 +259,5 @@ void OggEncoder::initEncoder()
|
|||
pos += og_.body_len;
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace encoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue