Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-17 09:59:59 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-02-17 16:50:53 +0400
commit341639fe80165455c8b4d4b5ac4703e588b15c88 (patch)
treef251e2fd7afbfbeb30bb45cc8806d359b57cd11a /doc/examples/avio_reading.c
parent21a0451167bb40035688859302a10d337e2bae1b (diff)
doc/examples: remove pathes from doxy examples
This makes the examples page less cluttered Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/avio_reading.c')
-rw-r--r--doc/examples/avio_reading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/avio_reading.c b/doc/examples/avio_reading.c
index 9a1a6d2b60..45dbd4725a 100644
--- a/doc/examples/avio_reading.c
+++ b/doc/examples/avio_reading.c
@@ -26,7 +26,7 @@
*
* Make libavformat demuxer access media content through a custom
* AVIOContext read callback.
- * @example doc/examples/avio_reading.c
+ * @example avio_reading.c
*/
#include <libavcodec/avcodec.h>