mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-15 02:20:55 +08:00
Fix typo error of VideoTrackImp
This commit is contained in:
@@ -129,8 +129,8 @@ public:
|
||||
_fps = fps;
|
||||
}
|
||||
|
||||
int getVideoHeight() const override { return _width; }
|
||||
int getVideoWidth() const override { return _height; }
|
||||
int getVideoWidth() const override { return _width; }
|
||||
int getVideoHeight() const override { return _height; }
|
||||
float getVideoFps() const override { return _fps; }
|
||||
bool ready() const override { return true; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user