Skip to content

Commit

Permalink
VideoPlayer: drop msg failed to get stream, dvds do not have a video …
Browse files Browse the repository at this point in the history
…stream in selection streams
  • Loading branch information
FernetMenta authored and popcornmix committed Dec 12, 2015
1 parent 9c1c364 commit 3c42a84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/cores/VideoPlayer/VideoPlayer.cpp
Expand Up @@ -168,7 +168,6 @@ SelectionStream& CSelectionStreams::Get(StreamType type, int index)
if(count == index)
return m_Streams[i];
}
CLog::Log(LOGERROR, "%s - failed to get stream", __FUNCTION__);
return m_invalid;
}

Expand Down

0 comments on commit 3c42a84

Please sign in to comment.