OSDN Git Service

A semi-colon is also a string end
authorVitor Sessak <vitor1001@gmail.com>
Sat, 24 May 2008 20:40:35 +0000 (20:40 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sat, 24 May 2008 20:40:35 +0000 (20:40 +0000)
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

index 714ab27..c28d912 100644 (file)
@@ -107,6 +107,7 @@ static char *consume_string(const char **buf)
         case '[':
         case '=':
         case ',':
+        case ';':
         case ' ':
         case '\n':
             *out++= 0;