Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
0b9716c4
Commit
0b9716c4
authored
Feb 11, 2014
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/examples: misc Doxygen markup improvements
Add properly formatted @example tag and fix Doxygen syntax.
parent
3a26ccbf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
output.c
doc/examples/output.c
+2
-2
transcode_aac.c
doc/examples/transcode_aac.c
+4
-1
No files found.
doc/examples/output.c
View file @
0b9716c4
...
...
@@ -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>
...
...
doc/examples/transcode_aac.c
View file @
0b9716c4
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment