1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Remove redundant filename self-references inside files.

Filenames are brittle across renames and add no useful information.
This commit is contained in:
Diego Biurrun 2011-10-30 22:08:47 +01:00
parent 9412f81138
commit ce33320b30
8 changed files with 3 additions and 11 deletions

View File

@ -1,5 +1,4 @@
/* /*
* 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>

View File

@ -1,6 +1,4 @@
/* /*
* 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,

View File

@ -1,6 +1,4 @@
/* /*
* 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,

View File

@ -1,6 +1,4 @@
/* /*
* 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,

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -1,5 +1,4 @@
/* /*
* 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.