mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 02:38:10 +08:00
修复264Track获取宽高错误的bug
This commit is contained in:
@@ -181,7 +181,7 @@ public:
|
||||
* @return
|
||||
*/
|
||||
int getVideoHeight() const override{
|
||||
return _width;
|
||||
return _height ;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -189,7 +189,7 @@ public:
|
||||
* @return
|
||||
*/
|
||||
int getVideoWidth() const override{
|
||||
return _height;
|
||||
return _width;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user