infoviewer/streaminfo2: fix resolution 1080

Origin commit data
------------------
Branch: ni/coolstream
Commit: 967f9f8ef4
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2012-11-11 (Sun, 11 Nov 2012)

Origin message was:
------------------
- infoviewer/streaminfo2: fix resolution 1080

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2012-11-11 02:41:51 +01:00
parent 8ef2d45fc1
commit 114ce441ab
2 changed files with 4 additions and 0 deletions

View File

@@ -473,6 +473,8 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
if(channel->getVideoPid() && !(videoDecoder->getBlank())){
videoDecoder->getPictureInfo(xres, yres, framerate);
if (yres == 1088)
yres = 1080;
aspectRatio = videoDecoder->getAspectRatio();
}