[FFmpeg-cvslog] examples/scaling_video: add file doxy
Stefano Sabatini
git at videolan.org
Thu Aug 30 21:50:07 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Aug 29 23:40:23 2012 +0200| [078e203379b02233d608f24ee49868611113be61] | committer: Stefano Sabatini
examples/scaling_video: add file doxy
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=078e203379b02233d608f24ee49868611113be61
---
doc/examples/scaling_video.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/examples/scaling_video.c b/doc/examples/scaling_video.c
index 61c5e8b..4d686c8 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>
More information about the ffmpeg-cvslog
mailing list