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/scaling_video.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/scaling_video.c')
-rw-r--r--doc/examples/scaling_video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/scaling_video.c b/doc/examples/scaling_video.c
index 660be2f9b4..320f4a063a 100644
--- a/doc/examples/scaling_video.c
+++ b/doc/examples/scaling_video.c
@@ -23,6 +23,7 @@
/**
* @file
* libswscale API use example.
+ * @example doc/examples/scaling_video.c
*/
#include <libavutil/imgutils.h>