Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-06-30 23:06:25 +0400
committerReinhard Tartler <siretart@tauware.de>2011-06-30 23:19:16 +0400
commitd7537a6fce140876405a66f059f14e190527388d (patch)
tree5d29e6f9e4fba4e2ee030fe3b21422fb5a596b23 /libavformat/output-example.c
parent192bfbc1f18d50afea03c2d62ce5325fabb2f141 (diff)
doxygen: Include libavcodec and libavformat examples into the documentation
Diffstat (limited to 'libavformat/output-example.c')
-rw-r--r--libavformat/output-example.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/libavformat/output-example.c b/libavformat/output-example.c
index ddd16f1eed..4453c03039 100644
--- a/libavformat/output-example.c
+++ b/libavformat/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,16 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
+
+/**
+ * @file
+ * libavformat API example.
+ *
+ * @example libavformat/output-example.c
+ * Output a media file in any supported libavformat format.
+ * The default codecs are used.
+ */
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>