Skip to content

Commit

Permalink
dvdplayer: fixed missing teletext if it shows up after open
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed Oct 19, 2012
1 parent acae170 commit c6b3724
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xbmc/cores/dvdplayer/DVDPlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -916,9 +916,6 @@ bool CDVDPlayer::IsBetterStream(CCurrentStream& current, CDemuxStream* stream)
if(current.type == STREAM_SUBTITLE)
return false;

if(current.type == STREAM_TELETEXT)
return false;

if(current.id < 0)
return true;
}
Expand Down

0 comments on commit c6b3724

Please sign in to comment.