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/libschroedinger.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/libschroedinger.c')
-rw-r--r-- | libavcodec/libschroedinger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libschroedinger.c b/libavcodec/libschroedinger.c index 1d31712d44..527c4927ae 100644 --- a/libavcodec/libschroedinger.c +++ b/libavcodec/libschroedinger.c @@ -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" |