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>2012-10-26 18:32:32 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-10-26 18:32:32 +0400
commitca28cb5f8388e87751644999cb6350068987549b (patch)
tree0b84c60ecbd97b7f857ed86b88e2f81842bf7222 /doc/examples/filtering_audio.c
parentc01a462cda8d7f298a3ac6d20752d23a11e43a8a (diff)
examples: fix doxy so they appear on the example page
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/examples/filtering_audio.c')
-rw-r--r--doc/examples/filtering_audio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/filtering_audio.c b/doc/examples/filtering_audio.c
index 39f4450862..b28e02bfb9 100644
--- a/doc/examples/filtering_audio.c
+++ b/doc/examples/filtering_audio.c
@@ -25,6 +25,7 @@
/**
* @file
* API example for audio decoding and filtering
+ * @example doc/examples/filtering_audio.c
*/
#include <unistd.h>