diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-26 16:32:32 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-26 16:32:32 +0200 |
commit | ca28cb5f8388e87751644999cb6350068987549b (patch) | |
tree | 0b84c60ecbd97b7f857ed86b88e2f81842bf7222 /doc/examples/scaling_video.c | |
parent | c01a462cda8d7f298a3ac6d20752d23a11e43a8a (diff) | |
download | ffmpeg-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/scaling_video.c')
-rw-r--r-- | doc/examples/scaling_video.c | 1 |
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> |