Skip to content

Commit

Permalink
VideoOutputOpenGL: Remove redundant frame cropping
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Jan 19, 2019
1 parent 29d14f0 commit 378de55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mythtv/libs/libmythtv/videoout_opengl.cpp
Expand Up @@ -502,11 +502,6 @@ void VideoOutputOpenGL::ProcessFrame(VideoFrame *frame, OSD */*osd*/,
pauseframe = true;
}

if (sw_frame)
{
CropToDisplay(frame);
}

bool dummy = frame->dummy;
if (filterList && sw_frame && !dummy)
filterList->ProcessFrame(frame);
Expand Down

0 comments on commit 378de55

Please sign in to comment.