summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx_rnd_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-19 15:46:40 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-19 15:46:40 +0000
commit406792e7b0f15627411728829c7a2de86fcbe96b (patch)
tree2c2401ac541c4b9f88d43205238c13cc5967c399 /libavcodec/x86/dsputil_mmx_rnd_template.c
parent796dff07de606bae25815a615932d162b708169d (diff)
cosmetics: Remove pointless period after copyright statement non-sentences.
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/dsputil_mmx_rnd_template.c')
-rw-r--r--libavcodec/x86/dsputil_mmx_rnd_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/dsputil_mmx_rnd_template.c b/libavcodec/x86/dsputil_mmx_rnd_template.c
index 45ed59088e..ccfd7e55f4 100644
--- a/libavcodec/x86/dsputil_mmx_rnd_template.c
+++ b/libavcodec/x86/dsputil_mmx_rnd_template.c
@@ -1,6 +1,6 @@
/*
* DSP utils mmx functions are compiled twice for rnd/no_rnd
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
* Copyright (c) 2003-2004 Michael Niedermayer <michaelni@gmx.at>
*
* MMX optimization by Nick Kurshev <nickols_k@mail.ru>