summaryrefslogtreecommitdiff
path: root/doc/examples/transcoding.c
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-06 17:19:24 -0700
committerMichael Niedermayer <michaelni@gmx.at>2014-07-07 13:15:32 +0200
commit3be90723e704ad36396ff088747c84150ba842ed (patch)
tree8119732f21ca2ae9141e1123f2dd9e1e9c38b532 /doc/examples/transcoding.c
parent7ac7e8793d3ba0865349c75904e981b3b752876f (diff)
transcoding: fix Doxygen file path
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/transcoding.c')
-rw-r--r--doc/examples/transcoding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/transcoding.c b/doc/examples/transcoding.c
index 5194de33f4..a8f4210e6e 100644
--- a/doc/examples/transcoding.c
+++ b/doc/examples/transcoding.c
@@ -25,7 +25,7 @@
/**
* @file
* API example for demuxing, decoding, filtering, encoding and muxing
- * @example doc/examples/transcoding.c
+ * @example transcoding.c
*/
#include <libavcodec/avcodec.h>