From dbec351d9f859e753ff6c1f11032a30f5b7786a6 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 24 May 2008 20:40:35 +0000 Subject: A semi-colon is also a string end Commited in SoC by Vitor Sessak on 2008-04-21 18:40:05 Originally committed as revision 13321 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/graphparser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 714ab276bb..c28d912163 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -107,6 +107,7 @@ static char *consume_string(const char **buf) case '[': case '=': case ',': + case ';': case ' ': case '\n': *out++= 0; -- cgit v1.2.3