fb_accel: fix blit after time_monotonic_ms fix

Origin commit data
------------------
Branch: ni/coolstream
Commit: a294b610a4
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-24 (Sun, 24 Sep 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-09-24 13:56:49 +02:00
committed by Jacek Jendrzej
parent 47fcbe45d7
commit b66212e0fb
2 changed files with 2 additions and 2 deletions

View File

@@ -331,7 +331,7 @@ void CFbAccelSTi::blit2FB(void *fbbuff, uint32_t width, uint32_t height, uint32_
void CFbAccelSTi::run()
{
printf(LOGTAG "::run start\n");
int64_t last_blit = INT64_MAX; /* blit at first iteration */
int64_t last_blit = 0;
blit_pending = false;
blit_thread = true;
blit_mutex.lock();