diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-01 15:51:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-01 15:51:48 +0000 |
commit | bf89d54edb7fe084c18a5efed2ee7afd22acd472 (patch) | |
tree | ddfbe4a096edcba983e8627db93eb57324512bb2 | |
parent | ad4d0b9ef28d6b2036667973e00728da3b199486 (diff) | |
download | ffmpeg-bf89d54edb7fe084c18a5efed2ee7afd22acd472.tar.gz |
cosmetics: Remove period after copyright statement non-sentence.
Originally committed as revision 28444 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
-rw-r--r-- | libswscale/yuv2rgb_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c index a850545a48..216ddd2803 100644 --- a/libswscale/yuv2rgb_template.c +++ b/libswscale/yuv2rgb_template.c @@ -1,7 +1,7 @@ /* * yuv2rgb_mmx.c, software YUV to RGB converter with Intel MMX "technology" * - * Copyright (C) 2000, Silicon Integrated System Corp. + * Copyright (C) 2000, Silicon Integrated System Corp * * Author: Olie Lho <ollie@sis.com.tw> * |