Changeset 926c569e4297a0fe398187f89fbdc256116c764a

Show
Ignore:
Timestamp:
07/26/02 00:48:56 (6 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1027637336 +0000
git-parent:

[e80140af07e31e359f417225b2a8f80b55beaae3]

git-author:
Christophe Massiot <massiot@videolan.org> 1027637336 +0000
Message:

* ./README.MacOSX.rtf : updated README.
* ./plugins/macosx/vout_macosx.c : additional QuickTime? fix, thanks to

David Eldred <skipper@apple.com>.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/macosx/vout_macosx.m

    rf168630 r926c569  
    33 ***************************************************************************** 
    44 * Copyright (C) 2001, 2002 VideoLAN 
    5  * $Id: vout_macosx.m,v 1.15 2002/07/25 21:51:12 massiot Exp $ 
     5 * $Id: vout_macosx.m,v 1.16 2002/07/25 22:48:56 massiot Exp $ 
    66 * 
    77 * Authors: Colin Delacroix <colin@zoy.org> 
     
    367367        msg_Err( p_vout, "DecompressSequenceFrameS failed: %d", err ); 
    368368    } 
     369    else 
     370    { 
     371        QDFlushPortBuffer( p_vout->p_sys->p_qdport, nil ); 
     372    } 
    369373} 
    370374