diff --git a/src/Extension/H264.h b/src/Extension/H264.h index 8c658f3e..37999d5a 100644 --- a/src/Extension/H264.h +++ b/src/Extension/H264.h @@ -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; } /**