Fix typo error of VideoTrackImp

This commit is contained in:
xiongziliang 2024-01-06 18:17:51 +08:00
parent 77400832ac
commit 8048cd886b

View File

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