Commit dbec351d authored by Vitor Sessak's avatar Vitor Sessak

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
parent dd8e311e
...@@ -107,6 +107,7 @@ static char *consume_string(const char **buf) ...@@ -107,6 +107,7 @@ static char *consume_string(const char **buf)
case '[': case '[':
case '=': case '=':
case ',': case ',':
case ';':
case ' ': case ' ':
case '\n': case '\n':
*out++= 0; *out++= 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment