Skip to content

Commit

Permalink
Revert "fixed fps rate on startup"
Browse files Browse the repository at this point in the history
This reverts commit 64c5d61.
  • Loading branch information
popcornmix committed Jun 16, 2016
1 parent 8be1c65 commit 69d5ee5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions xbmc/cores/VideoPlayer/DVDDemuxers/DVDDemuxClient.cpp
Expand Up @@ -416,10 +416,8 @@ void CDVDDemuxClient::RequestStreams()
streamVideo->m_parser->flags |= PARSER_FLAG_COMPLETE_FRAMES;
}

streamVideo->iFpsScale = source->iFpsScale;
streamVideo->iFpsRate = source->iFpsRate;
streamVideo->irFpsScale = source->irFpsScale;
streamVideo->irFpsRate = source->irFpsRate;
streamVideo->iFpsScale = source->irFpsScale;
streamVideo->iFpsRate = source->irFpsRate;
streamVideo->iHeight = source->iHeight;
streamVideo->iWidth = source->iWidth;
streamVideo->fAspect = source->fAspect;
Expand Down

0 comments on commit 69d5ee5

Please sign in to comment.