[SCM] libav/experimental: Fix filenames in doxygen comments.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:36:35 UTC 2013


The following commit has been merged in the experimental branch:
commit 65ffe3e85c2eb1e1ac03ab31be8f1756c324f8cf
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Feb 1 01:29:30 2009 +0000

    Fix filenames in doxygen comments.
    
    Originally committed as revision 16911 to svn://svn.ffmpeg.org/ffmpeg/trunk

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 at 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)
  *

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list