summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-01 01:29:30 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-01 01:29:30 +0000
commit65ffe3e85c2eb1e1ac03ab31be8f1756c324f8cf (patch)
tree17f4a3fcb54ffd7d3290b7c6214a80036cf4d5e7
parent674bd4f691e865462d05c9e4da1b31800e14468b (diff)
downloadffmpeg-streaming-65ffe3e85c2eb1e1ac03ab31be8f1756c324f8cf.zip
ffmpeg-streaming-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.c2
-rw-r--r--libavcodec/mmvideo.c2
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)
*
OpenPOWER on IntegriCloud