Index: libs/libmythtv/NuppelVideoPlayer.cpp =================================================================== --- libs/libmythtv/NuppelVideoPlayer.cpp (revision 13468) +++ libs/libmythtv/NuppelVideoPlayer.cpp (working copy) @@ -582,6 +582,12 @@ return false; } + if (isDummy) { + // Force the dummy output to our display size. So the OSD doesn't + // resize when the real video comes in + video_aspect = widget->width() / (float) widget->height(); + } + if (!videoOutput->Init(video_width, video_height, video_aspect, widget->winId(), 0, 0, widget->width(), widget->height(), 0))