Skip to content

Commit 3abb913

Browse files
committed
examples: compile error missing MTSDecoder
1 parent b0f2a0a commit 3abb913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AudioTools/AudioCodecs/CodecMTS.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ enum MTSStreamType {
8383
* @copyright GPLv3
8484
*/
8585

86-
class MTSDecoder1 : public AudioDecoder {
86+
class MTSDecoder : public AudioDecoder {
8787
public:
88-
MTSDecoder1() = default;
88+
MTSDecoder() = default;
8989

9090
bool begin() override {
9191
TRACED();

0 commit comments

Comments
 (0)