Commit f3c71249 by xiongziliang

修复264Track获取宽高错误的bug

parent 950dfb15
...@@ -181,7 +181,7 @@ public: ...@@ -181,7 +181,7 @@ public:
* @return * @return
*/ */
int getVideoHeight() const override{ int getVideoHeight() const override{
return _width; return _height ;
} }
/** /**
...@@ -189,7 +189,7 @@ public: ...@@ -189,7 +189,7 @@ public:
* @return * @return
*/ */
int getVideoWidth() const override{ int getVideoWidth() const override{
return _height; return _width;
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论