Changeset 51bc0c4a0c7875d64cacce29d057a0dd600d7620
- Timestamp:
- 01/29/08 14:48:20
(7 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1201614500 +0000
- git-parent:
[5673af6fecd59187ae1367c8b5661ecd545d4f91]
- git-author:
- Rafaël Carré <funman@videolan.org> 1201614500 +0000
- Message:
video_chroma: fix warnings
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r99fab90 |
r51bc0c4 |
|
| 811 | 811 | picture_t *p_dest ) |
|---|
| 812 | 812 | { |
|---|
| | 813 | VLC_UNUSED(p_source); VLC_UNUSED(p_dest); |
|---|
| 813 | 814 | /* FIXME: TODO ! */ |
|---|
| 814 | 815 | msg_Err( p_vout, "I420_IUYV unimplemented, please harass <sam@zoy.org>" ); |
|---|
| r99fab90 |
r51bc0c4 |
|
| 423 | 423 | picture_t *p_dest ) |
|---|
| 424 | 424 | { |
|---|
| | 425 | VLC_UNUSED(p_source); VLC_UNUSED(p_dest); |
|---|
| 425 | 426 | /* FIXME: TODO ! */ |
|---|
| 426 | 427 | msg_Err( p_vout, "I422_IUYV unimplemented, please harass <sam@zoy.org>" ); |
|---|