From 65ffe3e85c2eb1e1ac03ab31be8f1756c324f8cf Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 1 Feb 2009 01:29:30 +0000 Subject: [PATCH] Fix filenames in doxygen comments. Originally committed as revision 16911 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flicvideo.c | 2 +- libavcodec/mmvideo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c index d6faa34..a8197b7 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 c1f1d36..d66f128 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) * -- 2.7.4