We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f2a0a commit 3abb913Copy full SHA for 3abb913
src/AudioTools/AudioCodecs/CodecMTS.h
@@ -83,9 +83,9 @@ enum MTSStreamType {
83
* @copyright GPLv3
84
*/
85
86
-class MTSDecoder1 : public AudioDecoder {
+class MTSDecoder : public AudioDecoder {
87
public:
88
- MTSDecoder1() = default;
+ MTSDecoder() = default;
89
90
bool begin() override {
91
TRACED();
0 commit comments