diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-01 01:29:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-01 01:29:30 +0000 |
commit | 65ffe3e85c2eb1e1ac03ab31be8f1756c324f8cf (patch) | |
tree | 17f4a3fcb54ffd7d3290b7c6214a80036cf4d5e7 | |
parent | 674bd4f691e865462d05c9e4da1b31800e14468b (diff) | |
download | ffmpeg-65ffe3e85c2eb1e1ac03ab31be8f1756c324f8cf.tar.gz |
Fix filenames in doxygen comments.
Originally committed as revision 16911 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/flicvideo.c | 2 | ||||
-rw-r--r-- | libavcodec/mmvideo.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index d6faa34128..a8197b780e 100644 --- a/libavcodec/flicvideo.c +++ b/libavcodec/flicvideo.c @@ -20,7 +20,7 @@ */ /** - * @file flic.c + * @file flicvideo.c * Autodesk Animator FLI/FLC Video Decoder * by Mike Melanson (melanson@pcisys.net) * for more information on the .fli/.flc file format and all of its many diff --git a/libavcodec/mmvideo.c b/libavcodec/mmvideo.c index c1f1d36f7d..d66f128c06 100644 --- a/libavcodec/mmvideo.c +++ b/libavcodec/mmvideo.c @@ -20,7 +20,7 @@ */ /** - * @file mm.c + * @file mmvideo.c * American Laser Games MM Video Decoder * by Peter Ross (suxen_drol at hotmail dot com) * |