Changeset d745e5ef54c5d1ce4d19fcc07e57016918d30c6b
- Timestamp:
- 16/05/07 16:21:26
(1 year ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1179325286 +0000
- git-parent:
[124454cb20838956ff15e1e5c47bc83beef0ba48]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1179325286 +0000
- Message:
Renamed function E_(I420_RGB16_dithering) to match prototype E_(I420_RGB16_dither)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd3fe7f2 |
rd745e5e |
|
| 55 | 55 | * - output: 1 line |
|---|
| 56 | 56 | *****************************************************************************/ |
|---|
| 57 | | void E_(I420_RGB16_dithering)( vout_thread_t *p_vout, picture_t *p_src, |
|---|
| | 57 | void E_(I420_RGB16_dither)( vout_thread_t *p_vout, picture_t *p_src, |
|---|
| 58 | 58 | picture_t *p_dest ) |
|---|
| 59 | 59 | { |
|---|