mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
Fix typo error of VideoTrackImp
This commit is contained in:
parent
77400832ac
commit
8048cd886b
@ -129,8 +129,8 @@ public:
|
|||||||
_fps = fps;
|
_fps = fps;
|
||||||
}
|
}
|
||||||
|
|
||||||
int getVideoHeight() const override { return _width; }
|
int getVideoWidth() const override { return _width; }
|
||||||
int getVideoWidth() const override { return _height; }
|
int getVideoHeight() const override { return _height; }
|
||||||
float getVideoFps() const override { return _fps; }
|
float getVideoFps() const override { return _fps; }
|
||||||
bool ready() const override { return true; }
|
bool ready() const override { return true; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user