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/mpegaudiotab.h | |
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/mpegaudiotab.h')
-rw-r--r-- | libavcodec/mpegaudiotab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegaudiotab.h b/libavcodec/mpegaudiotab.h index c82c1b9b7a..443dded4cf 100644 --- a/libavcodec/mpegaudiotab.h +++ b/libavcodec/mpegaudiotab.h @@ -2,7 +2,7 @@ * mpeg audio layer 2 tables. Most of them come from the mpeg audio * specification. * - * Copyright (c) 2000, 2001 Fabrice Bellard. + * Copyright (c) 2000, 2001 Fabrice Bellard * * This file is part of FFmpeg. * |