diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-19 15:46:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-19 15:46:40 +0000 |
commit | 406792e7b0f15627411728829c7a2de86fcbe96b (patch) | |
tree | 2c2401ac541c4b9f88d43205238c13cc5967c399 /libavcodec/g726.c | |
parent | 796dff07de606bae25815a615932d162b708169d (diff) | |
download | ffmpeg-406792e7b0f15627411728829c7a2de86fcbe96b.tar.gz |
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/g726.c')
-rw-r--r-- | libavcodec/g726.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/g726.c b/libavcodec/g726.c index 1c5283668d..fe1cc3d6f2 100644 --- a/libavcodec/g726.c +++ b/libavcodec/g726.c @@ -1,6 +1,6 @@ /* * G.726 ADPCM audio codec - * Copyright (c) 2004 Roman Shaposhnik. + * Copyright (c) 2004 Roman Shaposhnik * * This is a very straightforward rendition of the G.726 * Section 4 "Computational Details". |