[FFmpeg-cvslog] Fix a few @file doxy inconsistencies.

Clément Bœsch git at videolan.org
Fri May 4 18:51:12 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri May  4 18:50:11 2012 +0200| [3c1d52d30b5c5001532840722f36bf7fa34a5b6b] | committer: Clément Bœsch

Fix a few @file doxy inconsistencies.

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

 libavcodec/diracdec.c           |    2 +-
 libavcodec/exr.c                |    2 +-
 libavcodec/png_parser.c         |    2 +-
 libavcodec/proresenc_anatoliy.c |    3 ++-
 libavfilter/vf_removelogo.c     |    3 ++-
 5 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/libavcodec/diracdec.c b/libavcodec/diracdec.c
index ad70fb2..1b25d3c 100644
--- a/libavcodec/diracdec.c
+++ b/libavcodec/diracdec.c
@@ -21,7 +21,7 @@
  */
 
 /**
- * @file libavcodec/diracdec.c
+ * @file
  * Dirac Decoder
  * @author Marco Gerards <marco at gnu.org>, David Conrad, Jordi Ortiz <nenjordi at gmail.com>
  */
diff --git a/libavcodec/exr.c b/libavcodec/exr.c
index c8f2b9a..3a93f22 100644
--- a/libavcodec/exr.c
+++ b/libavcodec/exr.c
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/exr.c
+ * @file
  * OpenEXR decoder
  * @author Jimmy Christensen
  *
diff --git a/libavcodec/png_parser.c b/libavcodec/png_parser.c
index ddd1be8..c76ed68 100644
--- a/libavcodec/png_parser.c
+++ b/libavcodec/png_parser.c
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/png_parser.c
+ * @file
  * PNG parser
  */
 
diff --git a/libavcodec/proresenc_anatoliy.c b/libavcodec/proresenc_anatoliy.c
index 191cf5a..2a1b457 100644
--- a/libavcodec/proresenc_anatoliy.c
+++ b/libavcodec/proresenc_anatoliy.c
@@ -21,7 +21,8 @@
  */
 
 /**
- * @file libavcodec/proresenc.c
+ * @file
+ * Apple ProRes encoder (Anatoliy Wasserman version)
  * Known FOURCCs: 'apch' (HQ), 'apcn' (SD), 'apcs' (LT), 'acpo' (Proxy)
  */
 
diff --git a/libavfilter/vf_removelogo.c b/libavfilter/vf_removelogo.c
index 14cac02..b1a6fc7 100644
--- a/libavfilter/vf_removelogo.c
+++ b/libavfilter/vf_removelogo.c
@@ -20,7 +20,8 @@
  */
 
 /**
- * @file advanced blur-based logo removing filter
+ * @file
+ * Advanced blur-based logo removing filter
  *
  * This filter loads an image mask file showing where a logo is and
  * uses a blur transform to remove the logo.



More information about the ffmpeg-cvslog mailing list