dvdplayer: fixed missing teletext if it shows up after open
authorJoakim Plate <elupus@ecce.se>
Fri, 19 Oct 2012 19:50:10 +0000 (21:50 +0200)
committerJoakim Plate <elupus@ecce.se>
Fri, 19 Oct 2012 20:10:24 +0000 (22:10 +0200)
xbmc/cores/dvdplayer/DVDPlayer.cpp

index e3e28a7..025f463 100644 (file)
@@ -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;
   }