mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
printf, which are unnecessary from pictureviewer.cpp and png.cpp removed
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1761 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: c4514851fe
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Origin message was:
------------------
- printf, which are unnecessary from pictureviewer.cpp and png.cpp removed
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1761 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -491,7 +491,7 @@ bool CPictureViewer::DisplayLogo (uint64_t channel_id, int posx, int posy, int w
|
||||
bool ret = false;
|
||||
|
||||
sprintf(fname, "%s/%llx.jpg", g_settings.logo_hdd_dir.c_str(), channel_id & 0xFFFFFFFFFFFFULL);
|
||||
printf("logo file: %s\n", fname);
|
||||
// printf("logo file: %s\n", fname);
|
||||
if(access(fname, F_OK))
|
||||
sprintf(fname, "%s/%llx.gif", g_settings.logo_hdd_dir.c_str(), channel_id & 0xFFFFFFFFFFFFULL);
|
||||
|
||||
@@ -553,7 +553,7 @@ fb_pixel_t * CPictureViewer::int_getImage(const std::string & name, int *width,
|
||||
load_ret = fh->get_pic(name.c_str (), &buffer, &x, &y);
|
||||
if (load_ret == FH_ERROR_OK)
|
||||
{
|
||||
printf("%s: decoded %s, %d x %d \n", mode_str.c_str(), name.c_str(), x, y);
|
||||
// printf("%s: decoded %s, %d x %d \n", mode_str.c_str(), name.c_str(), x, y);
|
||||
// resize only getImage
|
||||
if ((GetImage) && (x != *width || y != *height))
|
||||
{
|
||||
|
Reference in New Issue
Block a user