Author: stefano Date: Sun May 2 00:17:55 2010 New Revision: 5781 Log: Add file doxy to vf_overlay, moving the description from the header to it.
Modified: libavfilter/vf_overlay.c Modified: libavfilter/vf_overlay.c ============================================================================== --- libavfilter/vf_overlay.c Sun May 2 00:11:11 2010 (r5780) +++ libavfilter/vf_overlay.c Sun May 2 00:17:55 2010 (r5781) @@ -1,5 +1,4 @@ /* - * filter to overlay one video on top of another * copyright (c) 2007 Bobby Bingham * * This file is part of FFmpeg. @@ -19,6 +18,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * filter to overlay one video on top of another + */ + #include <stdio.h> #include "avfilter.h" _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
