Mercurial > libavcodec.hg
changeset 8776:f9c847fb4839 libavcodec
Remove file name from file headers.
It provides no useful information and breaks on renames.
author | diego |
---|---|
date | Mon, 09 Feb 2009 11:17:54 +0000 |
parents | 7c60077e7380 |
children | 3c30dd66baea |
files | bfin/config_bfin.h bfin/mathops.h sparc/dsputil_vis.c sparc/vis.h |
diffstat | 4 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/bfin/config_bfin.h Mon Feb 09 08:16:04 2009 +0000 +++ b/bfin/config_bfin.h Mon Feb 09 11:17:54 2009 +0000 @@ -1,6 +1,4 @@ /* - * config_bfin.h - * * Copyright (C) 2007 Marc Hoffman <marc.hoffman@analog.com> * * This file is part of FFmpeg.
--- a/bfin/mathops.h Mon Feb 09 08:16:04 2009 +0000 +++ b/bfin/mathops.h Mon Feb 09 11:17:54 2009 +0000 @@ -1,5 +1,5 @@ /* - * mathops.h + * simple math operations * * Copyright (C) 2007 Marc Hoffman <mmhoffm@gmail.com> *