mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-09 23:26:47 +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
|
@ -20,6 +20,8 @@
|
|||
#define PCM_ENCODER_H
|
||||
#include "encoder.hpp"
|
||||
|
||||
namespace encoder
|
||||
{
|
||||
|
||||
class PcmEncoder : public Encoder
|
||||
{
|
||||
|
@ -32,5 +34,6 @@ protected:
|
|||
void initEncoder() override;
|
||||
};
|
||||
|
||||
} // namespace encoder
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue