Merge branch 'master' of https://github.com/neutrino-mp/neutrino-mp into ni/mp/tuxbox

Conflicts:
	configure.ac
	src/gui/audioplayer.cpp
	src/gui/epgview.cpp
	src/gui/videosettings.cpp
	src/neutrino_menue.cpp


Origin commit data
------------------
Commit: 11d7263bcd
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)
This commit is contained in:
vanhofen
2017-09-25 11:41:44 +02:00
15 changed files with 55 additions and 111 deletions

View File

@@ -1075,7 +1075,7 @@ int CStreamInfo2::update_rate ()
usleep(timeout * 1000);
b_len = mp->GetReadCount();
} else {
time_t start = time_monotonic_ms();
int64_t start = time_monotonic_ms();
/* always sample for ~100ms */
while (time_monotonic_ms() - start < timeout)
{
@@ -1083,7 +1083,7 @@ int CStreamInfo2::update_rate ()
if (ret >= 0)
b_len += ret;
}
//printf("ts: read %d time %d\n", b_len, time_monotonic_ms() - start);
//printf("ts: read %d time %" PRId64 "\n", b_len, time_monotonic_ms() - start);
}
//printf("ts: read %d\n", b_len);