Revision 8a322796 libswscale/yuv2rgb_bfin.c
libswscale/yuv2rgb_bfin.c | ||
---|---|---|
1 | 1 |
/* |
2 | 2 |
* Copyright (C) 2007 Marc Hoffman <marc.hoffman@analog.com> |
3 |
* April 20, 2007 |
|
4 | 3 |
* |
5 |
* Blackfin Video Color Space Converters Operations
|
|
6 |
* convert I420 YV12 to RGB in various formats,
|
|
4 |
* Blackfin video color space converter operations
|
|
5 |
* convert I420 YV12 to RGB in various formats
|
|
7 | 6 |
* |
8 | 7 |
* This file is part of FFmpeg. |
9 | 8 |
* |
... | ... | |
200 | 199 |
return 0; |
201 | 200 |
} |
202 | 201 |
|
203 |
av_log(c, AV_LOG_INFO, "BlackFin Accelerated Color Space Converter %s\n",
|
|
202 |
av_log(c, AV_LOG_INFO, "BlackFin accelerated color space converter %s\n",
|
|
204 | 203 |
sws_format_name (c->dstFormat)); |
205 | 204 |
|
206 | 205 |
return f; |
Also available in: Unified diff