change 'long long' tom int64_t'

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@293 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: c3db76408a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-02-07 (Sun, 07 Feb 2010)
This commit is contained in:
Jacek Jendrzej
2010-02-07 15:10:25 +00:00
parent d010cbb8ce
commit 656a9aed69
16 changed files with 163 additions and 163 deletions

View File

@@ -920,7 +920,7 @@ int CMovieBrowser::exec(const char* path)
if ( timeout == -1 )
timeout = g_settings.timing[SNeutrinoSettings::TIMING_FILEBROWSER];
unsigned long long timeoutEnd = CRCInput::calcTimeoutEnd( timeout );
uint64_t timeoutEnd = CRCInput::calcTimeoutEnd( timeout );
if(m_settings.remount == true)
{
@@ -1195,7 +1195,7 @@ void CMovieBrowser::refreshMovieInfo(void)
std::string lname;
if(g_PicViewer->GetLogoName(m_movieSelectionHandler->epgEpgId >>16, m_movieSelectionHandler->epgChannel, lname))
g_PicViewer->DisplayImage(lname, lx, ly, PIC_W, PIC_H);
if(logo_ok) {
#if 0
lx = m_cBoxFrameInfo.iX+m_cBoxFrameInfo.iWidth - picw -10;