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/graphparser.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/graphparser.c')
-rw-r--r-- | libavfilter/graphparser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 99982b3727..e4faa927b9 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -26,7 +26,6 @@ #include "libavutil/avstring.h" #include "avfilter.h" #include "avfiltergraph.h" -#include "parseutils.h" #define WHITESPACES " \n\t" |