Commit 40eb7aef authored by Christophe Massiot's avatar Christophe Massiot

* ./README.MacOSX.rtf : updated README.

* ./plugins/macosx/vout_macosx.c : additional QuickTime fix, thanks to
  David Eldred <skipper@apple.com>.
parent 56cf417f
...@@ -349,6 +349,10 @@ static void vout_Display( vout_thread_t *p_vout, picture_t *p_pic ) ...@@ -349,6 +349,10 @@ static void vout_Display( vout_thread_t *p_vout, picture_t *p_pic )
{ {
intf_ErrMsg( "DecompressSequenceFrameS failed: %d", err ); intf_ErrMsg( "DecompressSequenceFrameS failed: %d", err );
} }
else
{
QDFlushPortBuffer( p_vout->p_sys->p_qdport, nil );
}
} }
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment