BB10: do not mix up pixel width and height
This fixes the aspect ratio calculation for video windows. Change-Id: Ie4762b98ee805a41031e1ba88f5cd353426dfdf8 Reviewed-by: Bernd Weimer <bweimer@blackberry.com> Reviewed-by: Tobias Koenig <tobias.koenig.qnx@kdab.com> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
This commit is contained in:
committed by
The Qt Project
parent
ac01ab6543
commit
27e6611c0e
@@ -64,8 +64,8 @@ static const char * trackKey = "md_title_track";
|
||||
static const char * widthKey = "md_video_width";
|
||||
static const char * heightKey = "md_video_height";
|
||||
static const char * mediaTypeKey = "md_title_mediatype";
|
||||
static const char * pixelWidthKey = "md_video_pixel_height";
|
||||
static const char * pixelHeightKey = "md_video_pixel_width";
|
||||
static const char * pixelWidthKey = "md_video_pixel_width";
|
||||
static const char * pixelHeightKey = "md_video_pixel_height";
|
||||
static const char * seekableKey = "md_title_seekable";
|
||||
|
||||
static const int mediaTypeAudioFlag = 4;
|
||||
|
||||
Reference in New Issue
Block a user