mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-27 04:22:20 +08:00
修复MP4点播相关bug
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
MP4Demuxer(const char *file);
|
||||
~MP4Demuxer() override;
|
||||
int64_t seekTo(int64_t stamp_ms);
|
||||
Frame::Ptr readFrame(bool seekKeyFrame = false, bool *eof = nullptr);
|
||||
Frame::Ptr readFrame(bool &keyFrame, bool &eof);
|
||||
vector<Track::Ptr> getTracks(bool trackReady) const override ;
|
||||
uint64_t getDurationMS() const;
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user