mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-06 03:07: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
|
@ -34,6 +34,8 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
namespace encoder
|
||||
{
|
||||
|
||||
Encoder* EncoderFactory::createEncoder(const std::string& codecSettings) const
|
||||
{
|
||||
|
@ -76,3 +78,5 @@ Encoder* EncoderFactory::createEncoder(const std::string& codecSettings) const
|
|||
}
|
||||
*/
|
||||
}
|
||||
|
||||
} // namespace encoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue