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
This commit is contained in:
satbaby
2010-02-07 15:10:25 +00:00
parent e8b2fef1b9
commit c3db76408a
16 changed files with 163 additions and 163 deletions

View File

@@ -42,7 +42,7 @@ class CStreamInfo2 : public CMenuTarget
int hheight,iheight,sheight; // head/info/small font height
int max_height; // Frambuffer 0.. max
int max_width;
int max_width;
int yypos;
int paint_mode;
@@ -67,7 +67,7 @@ class CStreamInfo2 : public CMenuTarget
unsigned long sig, old_sig, max_sig, min_sig;
unsigned long snr, old_snr, max_snr, min_snr;
} signal;
struct bitrate {
unsigned int short_average, max_short_average, min_short_average;
} rate;
@@ -76,9 +76,9 @@ class CStreamInfo2 : public CMenuTarget
int dvrfd, dmxfd;
struct timeval tv, last_tv, first_tv;
unsigned long long bit_s;
unsigned long long abit_s;
unsigned long long b_total;
uint64_t bit_s;
uint64_t abit_s;
uint64_t b_total;
int update_rate();
int ts_setup();