Commit ca28cb5f authored by Michael Niedermayer's avatar Michael Niedermayer

examples: fix doxy so they appear on the example page

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c01a462c
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
* Note that libavcodec only handles codecs (mpeg, mpeg4, etc...), * 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 * not file formats (avi, vob, mp4, mov, mkv, mxf, flv, mpegts, mpegps, etc...). See library 'libavformat' for the
* format handling * format handling
* @example doc/examples/decoding_encoding.c
*/ */
#include <math.h> #include <math.h>
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
* *
* Show how to use the libavformat and libavcodec API to demux and * Show how to use the libavformat and libavcodec API to demux and
* decode audio and video data. * decode audio and video data.
* @example doc/examples/demuxing.c
*/ */
#include <libavutil/imgutils.h> #include <libavutil/imgutils.h>
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
/** /**
* @file * @file
* API example for audio decoding and filtering * API example for audio decoding and filtering
* @example doc/examples/filtering_audio.c
*/ */
#include <unistd.h> #include <unistd.h>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
/** /**
* @file * @file
* API example for decoding and filtering * API example for decoding and filtering
* @example doc/examples/filtering_video.c
*/ */
#define _XOPEN_SOURCE 600 /* for usleep */ #define _XOPEN_SOURCE 600 /* for usleep */
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
/** /**
* @file * @file
* Shows how the metadata API can be used in application programs. * Shows how the metadata API can be used in application programs.
* @example doc/examples/metadata.c
*/ */
#include <stdio.h> #include <stdio.h>
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
* *
* Output a media file in any supported libavformat format. * Output a media file in any supported libavformat format.
* The default codecs are used. * The default codecs are used.
* @example doc/examples/muxing.c
*/ */
#include <stdlib.h> #include <stdlib.h>
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
/** /**
* @file * @file
* libswscale API use example. * libswscale API use example.
* @example doc/examples/scaling_video.c
*/ */
#include <libavutil/imgutils.h> #include <libavutil/imgutils.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment