aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/demuxing.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-26 16:32:32 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-26 16:32:32 +0200
commitca28cb5f8388e87751644999cb6350068987549b (patch)
tree0b84c60ecbd97b7f857ed86b88e2f81842bf7222 /doc/examples/demuxing.c
parentc01a462cda8d7f298a3ac6d20752d23a11e43a8a (diff)
downloadffmpeg-ca28cb5f8388e87751644999cb6350068987549b.tar.gz
examples: fix doxy so they appear on the example page
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/demuxing.c')
-rw-r--r--doc/examples/demuxing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/demuxing.c b/doc/examples/demuxing.c
index 0e0015e742..22b7060e23 100644
--- a/doc/examples/demuxing.c
+++ b/doc/examples/demuxing.c
@@ -26,6 +26,7 @@
*
* Show how to use the libavformat and libavcodec API to demux and
* decode audio and video data.
+ * @example doc/examples/demuxing.c
*/
#include <libavutil/imgutils.h>