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
ca28cb5f
Commit
ca28cb5f
authored
Oct 26, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples: fix doxy so they appear on the example page
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
c01a462c
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
0 deletions
+7
-0
decoding_encoding.c
doc/examples/decoding_encoding.c
+1
-0
demuxing.c
doc/examples/demuxing.c
+1
-0
filtering_audio.c
doc/examples/filtering_audio.c
+1
-0
filtering_video.c
doc/examples/filtering_video.c
+1
-0
metadata.c
doc/examples/metadata.c
+1
-0
muxing.c
doc/examples/muxing.c
+1
-0
scaling_video.c
doc/examples/scaling_video.c
+1
-0
No files found.
doc/examples/decoding_encoding.c
View file @
ca28cb5f
...
...
@@ -27,6 +27,7 @@
* Note that libavcodec only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, mp4, mov, mkv, mxf, flv, mpegts, mpegps, etc...). See library 'libavformat' for the
* format handling
* @example doc/examples/decoding_encoding.c
*/
#include <math.h>
...
...
doc/examples/demuxing.c
View file @
ca28cb5f
...
...
@@ -26,6 +26,7 @@
*
* Show how to use the libavformat and libavcodec API to demux and
* decode audio and video data.
* @example doc/examples/demuxing.c
*/
#include <libavutil/imgutils.h>
...
...
doc/examples/filtering_audio.c
View file @
ca28cb5f
...
...
@@ -25,6 +25,7 @@
/**
* @file
* API example for audio decoding and filtering
* @example doc/examples/filtering_audio.c
*/
#include <unistd.h>
...
...
doc/examples/filtering_video.c
View file @
ca28cb5f
...
...
@@ -24,6 +24,7 @@
/**
* @file
* API example for decoding and filtering
* @example doc/examples/filtering_video.c
*/
#define _XOPEN_SOURCE 600
/* for usleep */
...
...
doc/examples/metadata.c
View file @
ca28cb5f
...
...
@@ -23,6 +23,7 @@
/**
* @file
* Shows how the metadata API can be used in application programs.
* @example doc/examples/metadata.c
*/
#include <stdio.h>
...
...
doc/examples/muxing.c
View file @
ca28cb5f
...
...
@@ -26,6 +26,7 @@
*
* Output a media file in any supported libavformat format.
* The default codecs are used.
* @example doc/examples/muxing.c
*/
#include <stdlib.h>
...
...
doc/examples/scaling_video.c
View file @
ca28cb5f
...
...
@@ -23,6 +23,7 @@
/**
* @file
* libswscale API use example.
* @example doc/examples/scaling_video.c
*/
#include <libavutil/imgutils.h>
...
...
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