Skip to content

Commit 8b9af10

Browse files
committed
CodecTSDemux
1 parent 374adec commit 8b9af10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AudioTools/AudioCodecs/CodecTSDemux.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ struct AllocSize {
4545
* @copyright GPLv3
4646
*/
4747

48-
class MTSDecoder : public AudioDecoder {
48+
class MTSDecoderTSDemux : public AudioDecoder {
4949
public:
50-
MTSDecoder() { self = this; };
50+
MTSDecoderTSDemux() { self = this; };
5151

5252
bool begin() override {
5353
TRACED();

0 commit comments

Comments
 (0)