mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 13:05:59 +08:00
修复bug
This commit is contained in:
@@ -45,7 +45,7 @@ class TSDecoder : public Decoder {
|
||||
public:
|
||||
TSDecoder();
|
||||
~TSDecoder();
|
||||
size_t input(const uint8_t* data, size_t bytes) override ;
|
||||
ssize_t input(const uint8_t* data, size_t bytes) override ;
|
||||
void setOnDecode(onDecode cb) override;
|
||||
void setOnStream(onStream cb) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user