修复bug

This commit is contained in:
xia-chu
2021-02-09 14:01:10 +08:00
parent e4904623a7
commit b7f4eae2bc
6 changed files with 7 additions and 7 deletions

View File

@@ -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;