Index: libs/libmythtv/videoout_xv.cpp
===================================================================
--- libs/libmythtv/videoout_xv.cpp	(revision 13390)
+++ libs/libmythtv/videoout_xv.cpp	(working copy)
@@ -2480,6 +2480,9 @@
 
 void VideoOutputXv::DrawUnusedRects(bool sync)
 {
+    if (embedding)
+        return;
+
     // boboff assumes the smallest interlaced resolution is 480 lines - 5%
     bool use_bob   = (m_deinterlacing && m_deintfiltername == "bobdeint");
     int boboff_raw = (int)round(((double)display_video_rect.height()) /
