mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 08:53:38 +02:00
Mode fb and picviewer cleanup; unify channel logo display code
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@259 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 3fb6607ba0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-02-05 (Fri, 05 Feb 2010)
This commit is contained in:
@@ -51,9 +51,10 @@ void fb_display(unsigned char *rgbbuff, int x_size, int y_size, int x_pan, int y
|
||||
return;
|
||||
|
||||
/* ClearFB if image is smaller */
|
||||
//if(x_size < (int)var->xres || y_size < (int)var->yres)
|
||||
/* if(x_size < (int)var->xres || y_size < (int)var->yres) */
|
||||
if(clearfb)
|
||||
CFrameBuffer::getInstance()->Clear();
|
||||
|
||||
blit2FB(fbbuff, x_size, y_size, var->xres, var->yres, x_pan, y_pan, x_offs, y_offs);
|
||||
free(fbbuff);
|
||||
}
|
||||
|
Reference in New Issue
Block a user