This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doc/examples: misc Doxygen markup improvements
Add properly formatted
@example
tag and fix Doxygen syntax.
tags/n2.2-rc1
Diego Biurrun
11 years ago
parent
3a26ccbf0d
commit
0b9716c455
2 changed files
with
6 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
doc/examples/output.c
+4
-1
doc/examples/transcode_aac.c
+ 2
- 2
doc/examples/output.c
View File
@@ -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>
+ 4
- 1
doc/examples/transcode_aac.c
View File
@@ -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)
*/
Write
Preview
Loading…
Cancel
Save