[omxplayer] fixed missing teletext if it shows up after open
authorgimli <ebsi4711@gmail.com>
Wed, 24 Oct 2012 20:37:21 +0000 (22:37 +0200)
committergimli <ebsi4711@gmail.com>
Wed, 24 Oct 2012 20:37:21 +0000 (22:37 +0200)
xbmc/cores/omxplayer/OMXPlayer.cpp

index e2f37bc..ed07846 100644 (file)
@@ -917,9 +917,6 @@ bool COMXPlayer::IsBetterStream(COMXCurrentStream& current, CDemuxStream* stream
     if(current.type == STREAM_SUBTITLE)
       return false;
 
-    if(current.type == STREAM_TELETEXT)
-      return false;
-
     if(current.id < 0)
       return true;
   }