summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb_bfin.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-07-04 13:49:45 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-04 13:49:45 +0000
commit8a3227968cbf0c8de07268cab5c07feaf39dd902 (patch)
treec00fb9fbdd9b67f540c30e517fb74437cbe63220 /libswscale/yuv2rgb_bfin.c
parent4bdc44c7fed60531d56e661066d09889a7cc6460 (diff)
spelling/grammar/wording overhaul
Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/yuv2rgb_bfin.c')
-rw-r--r--libswscale/yuv2rgb_bfin.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/libswscale/yuv2rgb_bfin.c b/libswscale/yuv2rgb_bfin.c
index d2770793bc..1500a96b25 100644
--- a/libswscale/yuv2rgb_bfin.c
+++ b/libswscale/yuv2rgb_bfin.c
@@ -1,9 +1,8 @@
/*
* Copyright (C) 2007 Marc Hoffman <marc.hoffman@analog.com>
- * April 20, 2007
*
- * Blackfin Video Color Space Converters Operations
- * convert I420 YV12 to RGB in various formats,
+ * Blackfin video color space converter operations
+ * convert I420 YV12 to RGB in various formats
*
* This file is part of FFmpeg.
*
@@ -200,7 +199,7 @@ SwsFunc ff_bfin_yuv2rgb_get_func_ptr (SwsContext *c)
return 0;
}
- av_log(c, AV_LOG_INFO, "BlackFin Accelerated Color Space Converter %s\n",
+ av_log(c, AV_LOG_INFO, "BlackFin accelerated color space converter %s\n",
sws_format_name (c->dstFormat));
return f;