diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-11-17 22:58:28 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-11-17 22:58:28 +0000 |
commit | 0985e1a3ca52436741b95907d9d1c90a42f839b1 (patch) | |
tree | 7ffe8a500cf8e24d3a978c69d39b92c5163bb070 /libavfilter/vf_pad.c | |
parent | 909865fdbe7225d6e9b4eb5da15028104a4a06da (diff) | |
download | ffmpeg-0985e1a3ca52436741b95907d9d1c90a42f839b1.tar.gz |
move the av_parse_color() function from libavfilter to libavcore
Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/vf_pad.c')
-rw-r--r-- | libavfilter/vf_pad.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c index c385a2f1f8..f86e4c6fb6 100644 --- a/libavfilter/vf_pad.c +++ b/libavfilter/vf_pad.c @@ -25,7 +25,6 @@ */ #include "avfilter.h" -#include "parseutils.h" #include "libavutil/pixdesc.h" #include "libavutil/colorspace.h" #include "libavcore/imgutils.h" |