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 374adec commit 8b9af10Copy full SHA for 8b9af10
src/AudioTools/AudioCodecs/CodecTSDemux.h
@@ -45,9 +45,9 @@ struct AllocSize {
45
* @copyright GPLv3
46
*/
47
48
-class MTSDecoder : public AudioDecoder {
+class MTSDecoderTSDemux : public AudioDecoder {
49
public:
50
- MTSDecoder() { self = this; };
+ MTSDecoderTSDemux() { self = this; };
51
52
bool begin() override {
53
TRACED();
0 commit comments