Commit fba1592f authored by Michael Niedermayer's avatar Michael Niedermayer

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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 71052d85 0b9716c4
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* @file * @file
* libavformat API example. * libavformat API example.
* *
* Output a media file in any supported libavformat format. * Output a media file in any supported libavformat format. The default
* The default codecs are used. * codecs are used.
* @example doc/examples/muxing.c * @example doc/examples/muxing.c
*/ */
......
...@@ -17,7 +17,10 @@ ...@@ -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. * Convert an input audio file to AAC in an MP4 container using FFmpeg.
* @author Andreas Unterweger (dustsigns@gmail.com) * @author Andreas Unterweger (dustsigns@gmail.com)
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment