Changeset f168630004ea8f401c3cf035035486dc73c0d82b
- Timestamp:
- 25/07/02 23:51:12
(6 years ago)
- Author:
- Christophe Massiot <massiot@videolan.org>
- git-committer:
- Christophe Massiot <massiot@videolan.org> 1027633872 +0000
- git-parent:
[0f1de50e835c2f1fb21d812bfab9ef3d7ad4ec4f]
- git-author:
- Christophe Massiot <massiot@videolan.org> 1027633872 +0000
- Message:
Ported QuickTime? 6 fix.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r64d33dc |
rf168630 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2001, 2002 VideoLAN |
|---|
| 5 | | * $Id: vout_macosx.m,v 1.14 2002/07/23 00:39:17 sam Exp $ |
|---|
| | 5 | * $Id: vout_macosx.m,v 1.15 2002/07/25 21:51:12 massiot Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Colin Delacroix <colin@zoy.org> |
|---|
| … | … | |
| 569 | 569 | p_descr->clutID = -1; |
|---|
| 570 | 570 | p_descr->dataSize = 0; |
|---|
| 571 | | p_descr->depth = 12; |
|---|
| | 571 | p_descr->depth = 24; |
|---|
| 572 | 572 | |
|---|
| 573 | 573 | HUnlock( (Handle)p_vout->p_sys->h_img_descr ); |
|---|