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/jrevdct.c | |
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/jrevdct.c')
-rw-r--r-- | libavcodec/jrevdct.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/jrevdct.c b/libavcodec/jrevdct.c index 9e28daeae6..5ed96da2ca 100644 --- a/libavcodec/jrevdct.c +++ b/libavcodec/jrevdct.c @@ -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, |