diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-09 11:17:54 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-09 11:17:54 +0000 |
commit | b17e0f065cdd50134f80ab9875205a715a9dbd89 (patch) | |
tree | cafe97659efde5d2a76cfe144d6e2c97f473b4fc /libavcodec/bfin | |
parent | c385c0da224575fe7416fde6d8d64f577346e657 (diff) | |
download | ffmpeg-b17e0f065cdd50134f80ab9875205a715a9dbd89.tar.gz |
Remove file name from file headers.
It provides no useful information and breaks on renames.
Originally committed as revision 17097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bfin')
-rw-r--r-- | libavcodec/bfin/config_bfin.h | 2 | ||||
-rw-r--r-- | libavcodec/bfin/mathops.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/libavcodec/bfin/config_bfin.h b/libavcodec/bfin/config_bfin.h index bc488f8025..322919275a 100644 --- a/libavcodec/bfin/config_bfin.h +++ b/libavcodec/bfin/config_bfin.h @@ -1,6 +1,4 @@ /* - * config_bfin.h - * * Copyright (C) 2007 Marc Hoffman <marc.hoffman@analog.com> * * This file is part of FFmpeg. diff --git a/libavcodec/bfin/mathops.h b/libavcodec/bfin/mathops.h index 8af789dd4b..2ed2dc9022 100644 --- a/libavcodec/bfin/mathops.h +++ b/libavcodec/bfin/mathops.h @@ -1,5 +1,5 @@ /* - * mathops.h + * simple math operations * * Copyright (C) 2007 Marc Hoffman <mmhoffm@gmail.com> * |