1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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
This commit is contained in:
Vitor Sessak
2008-05-24 20:40:35 +00:00
parent dd8e311e70
commit dbec351d9f

View File

@@ -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;