summaryrefslogtreecommitdiff
path: root/doc/examples/remuxing.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/remuxing.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/remuxing.c')
-rw-r--r--doc/examples/remuxing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/remuxing.c b/doc/examples/remuxing.c
index e58393bf53..cdb2f6b329 100644
--- a/doc/examples/remuxing.c
+++ b/doc/examples/remuxing.c
@@ -25,7 +25,7 @@
* libavformat/libavcodec demuxing and muxing API example.
*
* Remux streams from one container format to another.
- * @example doc/examples/remuxing.c
+ * @example remuxing.c
*/
#include <libavutil/timestamp.h>