From 4018a49c7e69bce53c3ccdaedf4983d6101a2919 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Sun, 15 Feb 2015 00:54:58 +0900 Subject: [PATCH] videodata: fix typo Change-Id: I689244ff7712343092cdcfb722cf0361c09835af Signed-off-by: Minkyu Kang --- src/videodata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/videodata.cpp b/src/videodata.cpp index 182953f..1dd053c 100644 --- a/src/videodata.cpp +++ b/src/videodata.cpp @@ -93,5 +93,5 @@ int CVideoData::GetWidth(void) int CVideoData::GetHeight(void) { - return width; + return height; } -- 2.7.4