movieplayer: remove obsolete playback->SetTeletextPid() call

Origin commit data
------------------
Branch: ni/coolstream
Commit: c401847450
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-27 (Wed, 27 Dec 2017)

Origin message was:
------------------
- movieplayer: remove obsolete playback->SetTeletextPid() call

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-12-27 00:49:34 +01:00
parent 2201ba7940
commit a7ea4c4130

View File

@@ -1341,7 +1341,6 @@ bool CMoviePlayerGui::PlayFileStart(void)
#if 0
clearSubtitle();
#endif
playback->SetTeletextPid(-1);
printf("IS FILE PLAYER: %s\n", is_file_player ? "true": "false" );
playback->Open(is_file_player ? PLAYMODE_FILE : PLAYMODE_TS);