diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-29 23:40:23 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-30 21:48:24 +0200 |
commit | 078e203379b02233d608f24ee49868611113be61 (patch) | |
tree | 5dc89c9d50418dcc04f7b091a3fad5e3c259a063 | |
parent | e53becc70fad1a30f385457ce8d1975d2f5f1781 (diff) | |
download | ffmpeg-078e203379b02233d608f24ee49868611113be61.tar.gz |
examples/scaling_video: add file doxy
-rw-r--r-- | doc/examples/scaling_video.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/examples/scaling_video.c b/doc/examples/scaling_video.c index 61c5e8b76d..4d686c8803 100644 --- a/doc/examples/scaling_video.c +++ b/doc/examples/scaling_video.c @@ -20,6 +20,11 @@ * THE SOFTWARE. */ +/** + * @file + * libswscale API use example. + */ + #include <libavutil/imgutils.h> #include <libavutil/parseutils.h> #include <libswscale/swscale.h> |