vsrc_color: add @file doxy

Also remove outdated reference to color in vf_pad.c.
This commit is contained in:
Stefano Sabatini 2011-06-18 01:46:27 +02:00
parent 8055433b49
commit bb3a2b723a
2 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,7 @@
/**
* @file
* video padding filter and color source
* video padding filter
*/
#include "avfilter.h"

View File

@ -18,6 +18,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
* @file
* color source
*/
#include "avfilter.h"
#include "libavutil/pixdesc.h"
#include "libavutil/colorspace.h"