[SCM] libav/experimental: Remove redundant and harmful explicit filename after @file Doxygen command.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:10:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 33edd31f5f896c767810b35feb8e50bf4c5d1482
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Jul 2 10:59:35 2010 +0000

    Remove redundant and harmful explicit filename after @file Doxygen command.
    
    Originally committed as revision 23971 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/dpcm.c b/libavcodec/dpcm.c
index 7c53516..3f3842c 100644
--- a/libavcodec/dpcm.c
+++ b/libavcodec/dpcm.c
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file: dpcm.c
+ * @file
  * Assorted DPCM (differential pulse code modulation) audio codecs
  * by Mike Melanson (melanson at pcisys.net)
  * Xan DPCM decoder by Mario Brito (mbrito at student.dei.uc.pt)
diff --git a/libavcodec/pictordec.c b/libavcodec/pictordec.c
index 735ec82..f990b18 100644
--- a/libavcodec/pictordec.c
+++ b/libavcodec/pictordec.c
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/picdec.c
+ * @file
  * Pictor/PC Paint decoder
  */
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list