Updates for 1.5.0
This commit is contained in:
@@ -5,7 +5,7 @@ using namespace std;
|
||||
using namespace tc::audio::codec;
|
||||
|
||||
OpusConverter::OpusConverter(size_t c, size_t s, size_t f) : Converter(c, s, f) { }
|
||||
OpusConverter::~OpusConverter() {}
|
||||
OpusConverter::~OpusConverter() = default;
|
||||
|
||||
bool OpusConverter::valid() {
|
||||
return this->encoder && this->decoder;
|
||||
|
||||
Reference in New Issue
Block a user