Browse Source

vsrc_color: add @file doxy

Also remove outdated reference to color in vf_pad.c.
tags/n0.8
Stefano Sabatini 14 years ago
parent
commit
bb3a2b723a
2 changed files with 6 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_pad.c
  2. +5
    -0
      libavfilter/vsrc_color.c

+ 1
- 1
libavfilter/vf_pad.c View File

@@ -21,7 +21,7 @@

/**
* @file
* video padding filter and color source
* video padding filter
*/

#include "avfilter.h"


+ 5
- 0
libavfilter/vsrc_color.c 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"


Loading…
Cancel
Save