mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- movieplayer: remove obsolete playback->SetTeletextPid() call
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1342,7 +1342,6 @@ bool CMoviePlayerGui::PlayFileStart(void)
|
|||||||
#if 0
|
#if 0
|
||||||
clearSubtitle();
|
clearSubtitle();
|
||||||
#endif
|
#endif
|
||||||
playback->SetTeletextPid(-1);
|
|
||||||
|
|
||||||
printf("IS FILE PLAYER: %s\n", is_file_player ? "true": "false" );
|
printf("IS FILE PLAYER: %s\n", is_file_player ? "true": "false" );
|
||||||
playback->Open(is_file_player ? PLAYMODE_FILE : PLAYMODE_TS);
|
playback->Open(is_file_player ? PLAYMODE_FILE : PLAYMODE_TS);
|
||||||
|
Reference in New Issue
Block a user