mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
Show tuner locked or not using green or red radar, experimental
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@503 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -800,7 +800,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
case 6: /*DTS*/
|
||||
apidtitle.append(" (DTS)");
|
||||
enabled = false;
|
||||
break;
|
||||
break;
|
||||
case 7: /*MLP*/
|
||||
apidtitle.append(" (MLP)");
|
||||
break;
|
||||
@@ -1231,6 +1231,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
}
|
||||
|
||||
if (exit) {
|
||||
printf("Exit, isMovieBrowser %d p_movie_info %x\n", isMovieBrowser, p_movie_info);
|
||||
if (isMovieBrowser == true && p_movie_info != NULL) {
|
||||
// if we have a movie information, try to save the stop position
|
||||
ftime(¤t_time);
|
||||
|
Reference in New Issue
Block a user