Commit ce33320b authored by Diego Biurrun's avatar Diego Biurrun

Remove redundant filename self-references inside files.

Filenames are brittle across renames and add no useful information.
parent 9412f811
/* /*
* simple_idct_arm.S
* Copyright (C) 2002 Frederic 'dilb' Boulay * Copyright (C) 2002 Frederic 'dilb' Boulay
* *
* Author: Frederic Boulay <dilb@handhelds.org> * Author: Frederic Boulay <dilb@handhelds.org>
......
/* /*
* jfdctfst.c
*
* This file is part of the Independent JPEG Group's software. * This file is part of the Independent JPEG Group's software.
* *
* The authors make NO WARRANTY or representation, either express or implied, * The authors make NO WARRANTY or representation, either express or implied,
......
/* /*
* jfdctint.c
*
* This file is part of the Independent JPEG Group's software. * This file is part of the Independent JPEG Group's software.
* *
* The authors make NO WARRANTY or representation, either express or implied, * The authors make NO WARRANTY or representation, either express or implied,
......
/* /*
* jrevdct.c
*
* This file is part of the Independent JPEG Group's software. * This file is part of the Independent JPEG Group's software.
* *
* The authors make NO WARRANTY or representation, either express or implied, * The authors make NO WARRANTY or representation, either express or implied,
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
/** /**
* @file * @file
* data structures common to libdiracenc.c and libdiracdec.c * data structures common to libdirac encoder and decoder
*/ */
#ifndef AVCODEC_LIBDIRAC_H #ifndef AVCODEC_LIBDIRAC_H
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
/** /**
* @file * @file
* function definitions common to libschroedingerdec.c and libschroedingerenc.c * function definitions common to libschroedinger decoder and encoder
*/ */
#include "libdirac_libschro.h" #include "libdirac_libschro.h"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
/** /**
* @file * @file
* data structures common to libschroedingerdec.c and libschroedingerenc.c * data structures common to libschroedinger decoder and encoder
*/ */
#ifndef AVCODEC_LIBSCHROEDINGER_H #ifndef AVCODEC_LIBSCHROEDINGER_H
......
/* /*
* idct_mmx.c
* Copyright (C) 1999-2001 Aaron Holtzman <aholtzma@ess.engr.uvic.ca> * Copyright (C) 1999-2001 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
* *
* This file is part of mpeg2dec, a free MPEG-2 video stream decoder. * This file is part of mpeg2dec, a free MPEG-2 video stream decoder.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment