From b17e0f065cdd50134f80ab9875205a715a9dbd89 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 9 Feb 2009 11:17:54 +0000 Subject: [PATCH] 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 --- libavcodec/bfin/config_bfin.h | 2 -- libavcodec/bfin/mathops.h | 2 +- libavcodec/sparc/dsputil_vis.c | 1 - libavcodec/sparc/vis.h | 1 - libavdevice/dv1394.h | 2 +- 5 files changed, 2 insertions(+), 6 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 * * 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 * diff --git a/libavcodec/sparc/dsputil_vis.c b/libavcodec/sparc/dsputil_vis.c index 92c868cafa..7aac4e9e60 100644 --- a/libavcodec/sparc/dsputil_vis.c +++ b/libavcodec/sparc/dsputil_vis.c @@ -1,5 +1,4 @@ /* - * dsputil_vis.c * Copyright (C) 2003 David S. Miller * * This file is part of FFmpeg. diff --git a/libavcodec/sparc/vis.h b/libavcodec/sparc/vis.h index d416fd84a5..301bebf6b0 100644 --- a/libavcodec/sparc/vis.h +++ b/libavcodec/sparc/vis.h @@ -1,5 +1,4 @@ /* - * vis.h * Copyright (C) 2003 David S. Miller * * This file is part of FFmpeg. diff --git a/libavdevice/dv1394.h b/libavdevice/dv1394.h index 9a4ee2ae87..00706f7541 100644 --- a/libavdevice/dv1394.h +++ b/libavdevice/dv1394.h @@ -1,5 +1,5 @@ /* - * dv1394.h - DV input/output over IEEE 1394 on OHCI chips + * DV input/output over IEEE 1394 on OHCI chips * Copyright (C)2001 Daniel Maas * receive, proc_fs by Dan Dennedy *