diff libswscale/yuv2rgb_bfin.c @ 27158:65b8334df960

spelling/grammar/wording overhaul
author diego
date Fri, 04 Jul 2008 13:49:45 +0000
parents a8ff60976ccb
children 3cfb920cbe4b
line wrap: on
line diff
--- a/libswscale/yuv2rgb_bfin.c	Fri Jul 04 13:42:19 2008 +0000
+++ b/libswscale/yuv2rgb_bfin.c	Fri Jul 04 13:49:45 2008 +0000
@@ -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 @@
         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;