Skip to content

Commit

Permalink
VideoOutputVDPAU: Minor tweak to embedding code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed Jun 20, 2011
1 parent 3363c91 commit 10d7099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mythtv/libs/libmythtv/videoout_vdpau.cpp
Expand Up @@ -718,9 +718,9 @@ bool VideoOutputVDPAU::InputChanged(const QSize &input_size,
{
VideoAspectRatioChanged(aspect);
MoveResize();
if (wasembedding)
EmbedInWidget(oldrect);
}
if (wasembedding)
EmbedInWidget(oldrect);
return true;
}

Expand Down

0 comments on commit 10d7099

Please sign in to comment.