Skip to content

Commit

Permalink
MythPlayer: Fix the aspect ratio of preview images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed Jun 28, 2011
1 parent a0228b4 commit f05a906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/mythplayer.cpp
Expand Up @@ -4027,7 +4027,7 @@ char *MythPlayer::GetScreenGrabAtFrame(uint64_t frameNum, bool absolute,

vw = video_dim.width();
vh = video_dim.height();
ar = video_aspect;
ar = frame->aspect;

DiscardVideoFrame(frame);
return (char *)outputbuf;
Expand Down

0 comments on commit f05a906

Please sign in to comment.