[FFmpeg-cvslog] output-example: create @file doxy from text in the copyright header

Stefano Sabatini git at videolan.org
Mon May 30 09:46:44 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Mon May 30 09:12:48 2011 +0200| [f501c74d9916187206e8bc23c7ff041d91098677] | committer: Stefano Sabatini

output-example: create @file doxy from text in the copyright header

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

 doc/examples/output-example.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/doc/examples/output-example.c b/doc/examples/output-example.c
index f174305..f068e94 100644
--- a/doc/examples/output-example.c
+++ b/doc/examples/output-example.c
@@ -1,7 +1,4 @@
 /*
- * Libavformat API example: Output a media file in any supported
- * libavformat format. The default codecs are used.
- *
  * Copyright (c) 2003 Fabrice Bellard
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,6 +19,13 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+
+/**
+ * @file
+ * Libavformat API example: Output a media file in any supported
+ * libavformat format. The default codecs are used.
+ */
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>



More information about the ffmpeg-cvslog mailing list