Changeset 37f3331d392baa189a2ad7e83c3fa3c032fd3139
- Timestamp:
- 01/04/07 22:55:36
(2 years ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1175460936 +0000
- git-parent:
[46ad186a6754170023e9de14172bd4d339949097]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1175460936 +0000
- Message:
don't invert the function names.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rba47552 |
r37f3331 |
|
| 161 | 161 | if( i_width <= 0 || i_height <= 0 ) return; |
|---|
| 162 | 162 | |
|---|
| 163 | | #if 0 |
|---|
| | 163 | #if 1 |
|---|
| 164 | 164 | printf( "chroma: %4.4s -> %4.4s\n", |
|---|
| 165 | 165 | (char *)&p_filter->fmt_in.video.i_chroma, |
|---|
| … | … | |
| 1171 | 1171 | } |
|---|
| 1172 | 1172 | |
|---|
| 1173 | | static void BlendRGBAR16( filter_t *p_filter, picture_t *p_dst_pic, |
|---|
| | 1173 | static void BlendRGBAR24( filter_t *p_filter, picture_t *p_dst_pic, |
|---|
| 1174 | 1174 | picture_t *p_dst_orig, picture_t *p_src, |
|---|
| 1175 | 1175 | int i_x_offset, int i_y_offset, |
|---|
| … | … | |
| 1249 | 1249 | } |
|---|
| 1250 | 1250 | |
|---|
| 1251 | | static void BlendRGBAR24( filter_t *p_filter, picture_t *p_dst_pic, |
|---|
| | 1251 | static void BlendRGBAR16( filter_t *p_filter, picture_t *p_dst_pic, |
|---|
| 1252 | 1252 | picture_t *p_dst_orig, picture_t *p_src, |
|---|
| 1253 | 1253 | int i_x_offset, int i_y_offset, |
|---|