decoder/opus: move everything into anonymous namespace

This commit is contained in:
Max Kellermann 2016-05-11 17:25:43 +02:00
parent a67b7266ed
commit 272938529d
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,8 @@
#include <string.h>
namespace {
static constexpr opus_int32 opus_sample_rate = 48000;
/**
@ -511,6 +513,8 @@ static const char *const opus_mime_types[] = {
nullptr
};
} /* anonymous namespace */
const struct DecoderPlugin opus_decoder_plugin = {
"opus",
mpd_opus_init,