mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
CComponentsPicture: Align pictures at 4 byte boundary...
...for hw blit on apollo/kronos hardware
Origin commit data
------------------
Branch: ni/coolstream
Commit: 346b28556f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-26 (Tue, 26 Jan 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1347,10 +1347,6 @@ void CMovieBrowser::refreshMovieInfo(void)
|
||||
if (logo_ok) {
|
||||
flogo_w = (int)(((float)16 / (float)9) * (float)m_cBoxFrameInfo.iHeight);
|
||||
flogo_h = m_cBoxFrameInfo.iHeight;
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
/* align for hw blit */
|
||||
flogo_w = ((flogo_w + 3) / 4) * 4;
|
||||
#endif
|
||||
}
|
||||
|
||||
static int logo_w = 0;
|
||||
|
Reference in New Issue
Block a user