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
examples: fix doxy so they appear on the example page
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer
13 years ago
parent
c01a462cda
commit
ca28cb5f83
7 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
doc/examples/decoding_encoding.c
+1
-0
doc/examples/demuxing.c
+1
-0
doc/examples/filtering_audio.c
+1
-0
doc/examples/filtering_video.c
+1
-0
doc/examples/metadata.c
+1
-0
doc/examples/muxing.c
+1
-0
doc/examples/scaling_video.c
+ 1
- 0
doc/examples/decoding_encoding.c
View File
@@ -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>
+ 1
- 0
doc/examples/demuxing.c
View File
@@ -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>
+ 1
- 0
doc/examples/filtering_audio.c
View File
@@ -25,6 +25,7 @@
/**
* @file
* API example for audio decoding and filtering
* @example doc/examples/filtering_audio.c
*/
#include <unistd.h>
+ 1
- 0
doc/examples/filtering_video.c
View File
@@ -24,6 +24,7 @@
/**
* @file
* API example for decoding and filtering
* @example doc/examples/filtering_video.c
*/
#define _XOPEN_SOURCE 600 /* for usleep */
+ 1
- 0
doc/examples/metadata.c
View File
@@ -23,6 +23,7 @@
/**
* @file
* Shows how the metadata API can be used in application programs.
* @example doc/examples/metadata.c
*/
#include <stdio.h>
+ 1
- 0
doc/examples/muxing.c
View File
@@ -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>
+ 1
- 0
doc/examples/scaling_video.c
View File
@@ -23,6 +23,7 @@
/**
* @file
* libswscale API use example.
* @example doc/examples/scaling_video.c
*/
#include <libavutil/imgutils.h>
Write
Preview
Loading…
Cancel
Save