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
pull/126/head
Vitor Sessak 17 years ago
parent dd8e311e70
commit dbec351d9f
  1. 1
      libavfilter/graphparser.c

@ -107,6 +107,7 @@ static char *consume_string(const char **buf)
case '[':
case '=':
case ',':
case ';':
case ' ':
case '\n':
*out++= 0;

Loading…
Cancel
Save