summaryrefslogtreecommitdiff
path: root/doc/examples/transcode_aac.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-14 15:31:14 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-14 15:31:14 +0100
commitfba1592f35501bff0f28d7885f4128dfc7b82777 (patch)
treed24120d4e629ca0f261b21db7774acb8f5dc80d5 /doc/examples/transcode_aac.c
parent71052d85c16bd65fa1e3e01d9040f9a3925efd7a (diff)
parent0b9716c45568890dd1ff1b7cc5946c59eb3452e5 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: doc/examples: misc Doxygen markup improvements Conflicts: doc/examples/muxing.c doc/examples/transcode_aac.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/transcode_aac.c')
-rw-r--r--doc/examples/transcode_aac.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c
index 35deb4c03e..2d4e55a2d3 100644
--- a/doc/examples/transcode_aac.c
+++ b/doc/examples/transcode_aac.c
@@ -17,7 +17,10 @@
*/
/**
- * @file simple audio converter
+ * @file
+ * simple audio converter
+ *
+ * @example doc/examples/transcode_aac.c
* Convert an input audio file to AAC in an MP4 container using FFmpeg.
* @author Andreas Unterweger (dustsigns@gmail.com)
*/