Remove redundant filename self-references inside files.

Filenames are brittle across renames and add no useful information.
pull/2/head
Diego Biurrun 13 years ago
parent 9412f81138
commit ce33320b30
  1. 1
      libavcodec/arm/simple_idct_arm.S
  2. 2
      libavcodec/jfdctfst.c
  3. 2
      libavcodec/jfdctint_template.c
  4. 2
      libavcodec/jrevdct.c
  5. 2
      libavcodec/libdirac.h
  6. 2
      libavcodec/libschroedinger.c
  7. 2
      libavcodec/libschroedinger.h
  8. 1
      libavcodec/x86/idct_mmx.c

@ -1,5 +1,4 @@
/*
* simple_idct_arm.S
* Copyright (C) 2002 Frederic 'dilb' Boulay
*
* Author: Frederic Boulay <dilb@handhelds.org>

@ -1,6 +1,4 @@
/*
* jfdctfst.c
*
* This file is part of the Independent JPEG Group's software.
*
* The authors make NO WARRANTY or representation, either express or implied,

@ -1,6 +1,4 @@
/*
* jfdctint.c
*
* This file is part of the Independent JPEG Group's software.
*
* The authors make NO WARRANTY or representation, either express or implied,

@ -1,6 +1,4 @@
/*
* jrevdct.c
*
* This file is part of the Independent JPEG Group's software.
*
* The authors make NO WARRANTY or representation, either express or implied,

@ -20,7 +20,7 @@
/**
* @file
* data structures common to libdiracenc.c and libdiracdec.c
* data structures common to libdirac encoder and decoder
*/
#ifndef AVCODEC_LIBDIRAC_H

@ -20,7 +20,7 @@
/**
* @file
* function definitions common to libschroedingerdec.c and libschroedingerenc.c
* function definitions common to libschroedinger decoder and encoder
*/
#include "libdirac_libschro.h"

@ -20,7 +20,7 @@
/**
* @file
* data structures common to libschroedingerdec.c and libschroedingerenc.c
* data structures common to libschroedinger decoder and encoder
*/
#ifndef AVCODEC_LIBSCHROEDINGER_H

@ -1,5 +1,4 @@
/*
* idct_mmx.c
* Copyright (C) 1999-2001 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
*
* This file is part of mpeg2dec, a free MPEG-2 video stream decoder.

Loading…
Cancel
Save