Skip to content

Commit

Permalink
squash resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Oct 5, 2015
1 parent 14f1bc9 commit 93835e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbmc/cores/VideoPlayer/VideoPlayer.cpp
Expand Up @@ -4741,7 +4741,7 @@ float CVideoPlayer::GetRenderAspectRatio()

RESOLUTION CVideoPlayer::GetRenderResolution()
{
return m_renderManager.GetResolution();
return g_graphicsContext.GetVideoResolution();
}

bool CVideoPlayer::IsRenderingVideo()
Expand Down
2 changes: 1 addition & 1 deletion xbmc/cores/VideoPlayer/VideoPlayerVideo.cpp
Expand Up @@ -130,7 +130,7 @@ CVideoPlayerVideo::CVideoPlayerVideo(CDVDClock* pClock

m_bRenderSubs = false;
m_stalled = false;
m_syncState == IDVDStreamPlayer::SYNC_STARTING;
m_syncState = IDVDStreamPlayer::SYNC_STARTING;
m_iVideoDelay = 0;
m_iSubtitleDelay = 0;
m_FlipTimeStamp = 0.0;
Expand Down

0 comments on commit 93835e8

Please sign in to comment.