videodata: fix typo 38/35438/1 accepted/tizen/tv/20150217.115706 submit/tizen/20150217.072855
authorMinkyu Kang <mk7.kang@samsung.com>
Sat, 14 Feb 2015 15:54:58 +0000 (00:54 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Sat, 14 Feb 2015 15:55:57 +0000 (00:55 +0900)
Change-Id: I689244ff7712343092cdcfb722cf0361c09835af
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
src/videodata.cpp

index 182953f..1dd053c 100644 (file)
@@ -93,5 +93,5 @@ int CVideoData::GetWidth(void)
 
 int CVideoData::GetHeight(void)
 {
-       return width;
+       return height;
 }