summaryrefslogtreecommitdiff
path: root/doc/examples/demuxing_decoding.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-02-17 06:59:59 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-02-17 13:50:53 +0100
commit341639fe80165455c8b4d4b5ac4703e588b15c88 (patch)
treef251e2fd7afbfbeb30bb45cc8806d359b57cd11a /doc/examples/demuxing_decoding.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/demuxing_decoding.c')
-rw-r--r--doc/examples/demuxing_decoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/demuxing_decoding.c b/doc/examples/demuxing_decoding.c
index 0ef5df7676..077fc87b5b 100644
--- a/doc/examples/demuxing_decoding.c
+++ b/doc/examples/demuxing_decoding.c
@@ -26,7 +26,7 @@
*
* Show how to use the libavformat and libavcodec API to demux and
* decode audio and video data.
- * @example doc/examples/demuxing_decoding.c
+ * @example demuxing_decoding.c
*/
#include <libavutil/imgutils.h>