Changeset 5dfa0cffd6382f22f6289c762b87198bb0d14a0b
- Timestamp:
- 31/08/03 18:01:14
(5 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1062345674 +0000
- git-parent:
[9a1fc90919ba616dc63c8e6ba9a343ebe759d743]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1062345674 +0000
- Message:
Maybe fixes the crash (can't be sure, as it works on my computer)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| reba02c6 |
r5dfa0cf |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2002 VideoLAN |
|---|
| 5 | | * $Id: effects.c,v 1.2 2003/08/29 16:56:43 zorglub Exp $ |
|---|
| | 5 | * $Id: effects.c,v 1.3 2003/08/31 16:01:14 zorglub Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Cl�nt Stenac <zorglub@via.ecp.fr> |
|---|
| … | … | |
| 135 | 135 | 35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51, |
|---|
| 136 | 136 | 52,53,54,55,56,57,58,59,61,63,67,72,77,82,87,93,99,105, |
|---|
| 137 | | 110,115,121,130,141,152,163,174,185,255}; |
|---|
| | 137 | 110,115,121,130,141,152,163,174,185,200,255}; |
|---|
| 138 | 138 | const int *xscale; |
|---|
| 139 | 139 | const double y_scale = 3.60673760222; /* (log 256) */ |
|---|