mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
修复bug
This commit is contained in:
@@ -21,7 +21,7 @@ class PSDecoder : public Decoder {
|
||||
public:
|
||||
PSDecoder();
|
||||
~PSDecoder();
|
||||
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