Index: libs/libmythtv/videoout_quartz.cpp
===================================================================
--- libs/libmythtv/videoout_quartz.cpp	(revision 9385)
+++ libs/libmythtv/videoout_quartz.cpp	(working copy)
@@ -528,6 +528,8 @@
 
 void VideoOutputQuartzView::Show(void)
 {
+    CodecFlags outflags;
+
     if (drawBlank)
         BlankScreen(false);
 
@@ -545,8 +547,8 @@
                                       (Ptr)parentData->pixmap,
                                       parentData->pixmapSize,
                                       0,
+                                      &outflags,
                                       NULL,
-                                      NULL,
                                       NULL))
       {
           puts("DecompressSequenceFrameWhen failed");
