From f3c7124939cb7081c82f6f7fbf4c2b7518043e84 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Mon, 21 Jan 2019 12:02:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D264Track=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=AE=BD=E9=AB=98=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Extension/H264.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } /**