This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
8055433b49
commit
bb3a2b723a
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_pad.c
+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"
Write
Preview
Loading…
Cancel
Save