Commit 341639fe authored by Michael Niedermayer's avatar Michael Niedermayer

doc/examples: remove pathes from doxy examples

This makes the examples page less cluttered
Reviewed-by: 's avatarClément Bœsch <u@pkh.me>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 21a04511
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
* Make libavformat demuxer access media content through a custom * Make libavformat demuxer access media content through a custom
* AVIOContext read callback. * AVIOContext read callback.
* @example doc/examples/avio_reading.c * @example avio_reading.c
*/ */
#include <libavcodec/avcodec.h> #include <libavcodec/avcodec.h>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +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_decoding.c * @example demuxing_decoding.c
*/ */
#include <libavutil/imgutils.h> #include <libavutil/imgutils.h>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
/** /**
* @file * @file
* API example for audio decoding and filtering * API example for audio decoding and filtering
* @example doc/examples/filtering_audio.c * @example filtering_audio.c
*/ */
#include <unistd.h> #include <unistd.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
/** /**
* @file * @file
* API example for decoding and filtering * API example for decoding and filtering
* @example doc/examples/filtering_video.c * @example filtering_video.c
*/ */
#define _XOPEN_SOURCE 600 /* for usleep */ #define _XOPEN_SOURCE 600 /* for usleep */
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +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 * @example metadata.c
*/ */
#include <stdio.h> #include <stdio.h>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
* Output a media file in any supported libavformat format. The default * Output a media file in any supported libavformat format. The default
* codecs are used. * codecs are used.
* @example doc/examples/muxing.c * @example muxing.c
*/ */
#include <stdlib.h> #include <stdlib.h>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
* libavformat/libavcodec demuxing and muxing API example. * libavformat/libavcodec demuxing and muxing API example.
* *
* Remux streams from one container format to another. * Remux streams from one container format to another.
* @example doc/examples/remuxing.c * @example remuxing.c
*/ */
#include <libavutil/timestamp.h> #include <libavutil/timestamp.h>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
*/ */
/** /**
* @example doc/examples/resampling_audio.c * @example resampling_audio.c
* libswresample API use example. * libswresample API use example.
*/ */
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/** /**
* @file * @file
* libswscale API use example. * libswscale API use example.
* @example doc/examples/scaling_video.c * @example 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