diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-30 22:08:47 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-11-08 17:52:56 +0100 |
commit | ce33320b30f27b221d140196f7107e3eccf80568 (patch) | |
tree | 6d57bdb37484f037a47b97dcdfec2243f9eff65a /libavcodec/x86 | |
parent | 9412f81138364241c8979f7b9399b28eb2abf9f3 (diff) | |
download | ffmpeg-ce33320b30f27b221d140196f7107e3eccf80568.tar.gz |
Remove redundant filename self-references inside files.
Filenames are brittle across renames and add no useful information.
Diffstat (limited to 'libavcodec/x86')
-rw-r--r-- | libavcodec/x86/idct_mmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/idct_mmx.c b/libavcodec/x86/idct_mmx.c index 57fa81892d..ed2d3217e5 100644 --- a/libavcodec/x86/idct_mmx.c +++ b/libavcodec/x86/idct_mmx.c @@ -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. |