CFbAccelCSHD[1|2]::setMode(): Insert cVideo::updateOsdScreenInfo()

Origin commit data
------------------
Commit: 40a4ec4262
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-03-28 (Tue, 28 Mar 2017)
This commit is contained in:
Michael Liebmann
2017-03-28 23:55:03 +02:00
parent 8722e86ded
commit 19b0917c6f
3 changed files with 10 additions and 0 deletions

View File

@@ -289,6 +289,9 @@ max res 1920x1080
stride 7680
*/
if (videoDecoder != NULL)
videoDecoder->updateOsdScreenInfo();
int needmem = stride * yRes * 2;
if (available >= needmem)
{