Commit 926c569e 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 e80140af
......@@ -2,7 +2,7 @@
* vout_macosx.m: MacOS X video output plugin
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: vout_macosx.m,v 1.15 2002/07/25 21:51:12 massiot Exp $
* $Id: vout_macosx.m,v 1.16 2002/07/25 22:48:56 massiot Exp $
*
* Authors: Colin Delacroix <colin@zoy.org>
* Florian G. Pflug <fgp@phlo.org>
......@@ -366,6 +366,10 @@ static void vout_Display( vout_thread_t *p_vout, picture_t *p_pic )
{
msg_Err( p_vout, "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