[FFmpeg-cvslog] doxygen: remove a few @file parameters.

Clément Bœsch git at videolan.org
Tue Oct 4 08:04:29 CEST 2011


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Tue Oct  4 08:04:17 2011 +0200| [1912c215e029659483933c5682dd8050a4bfd6df] | committer: Clément Bœsch

doxygen: remove a few @file parameters.

It is not mandatory and prevents breakage on rename.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1912c215e029659483933c5682dd8050a4bfd6df
---

 libavcodec/flashsv2enc.c |    2 +-
 libavcodec/msvideo1enc.c |    2 +-
 libavfilter/transform.c  |    2 +-
 libavfilter/transform.h  |    2 +-
 libavfilter/vf_deshake.c |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavcodec/flashsv2enc.c b/libavcodec/flashsv2enc.c
index 7ee299c..27bd878 100644
--- a/libavcodec/flashsv2enc.c
+++ b/libavcodec/flashsv2enc.c
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/flashsv2enc.c
+ * @file
  * Flash Screen Video Version 2 encoder
  * @author Joshua Warner
  */
diff --git a/libavcodec/msvideo1enc.c b/libavcodec/msvideo1enc.c
index 0b6d474..837fca5 100644
--- a/libavcodec/msvideo1enc.c
+++ b/libavcodec/msvideo1enc.c
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file msvideo1enc.c
+ * @file
  * Microsoft Video-1 encoder
  */
 
diff --git a/libavfilter/transform.c b/libavfilter/transform.c
index c3f7939..800f784 100644
--- a/libavfilter/transform.c
+++ b/libavfilter/transform.c
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavfilter/transform.c
+ * @file
  * transform input video
  */
 
diff --git a/libavfilter/transform.h b/libavfilter/transform.h
index 2d5cf37..8a72672 100644
--- a/libavfilter/transform.h
+++ b/libavfilter/transform.h
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavfilter/transform.h
+ * @file
  * transform input video
  *
  * All matrices are defined as a single 9-item block of contiguous memory. For
diff --git a/libavfilter/vf_deshake.c b/libavfilter/vf_deshake.c
index 4417911..34dcf1c 100644
--- a/libavfilter/vf_deshake.c
+++ b/libavfilter/vf_deshake.c
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavfilter/vf_deshake.c
+ * @file
  * fast deshake / depan video filter
  *
  * SAD block-matching motion compensation to fix small changes in



More information about the ffmpeg-cvslog mailing list