mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 02:11: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
|
@ -26,6 +26,9 @@
|
|||
#endif
|
||||
#include <ogg/ogg.h>
|
||||
|
||||
namespace decoder
|
||||
{
|
||||
|
||||
class OggDecoder : public Decoder
|
||||
{
|
||||
public:
|
||||
|
@ -59,5 +62,6 @@ private:
|
|||
SampleFormat sampleFormat_;
|
||||
};
|
||||
|
||||
} // namespace decoder
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue