mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-23 15:53:08 +00:00
doc/examples: misc Doxygen markup improvements
Add properly formatted @example tag and fix Doxygen syntax.
This commit is contained in:
parent
3a26ccbf0d
commit
0b9716c455
@ -25,8 +25,8 @@
|
||||
* libavformat API example.
|
||||
*
|
||||
* @example doc/examples/output.c
|
||||
* Output a media file in any supported libavformat format.
|
||||
* The default codecs are used.
|
||||
* Output a media file in any supported libavformat format. The default
|
||||
* codecs are used.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -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 Libav.
|
||||
* @author Andreas Unterweger (dustsigns@gmail.com)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user