[FFmpeg-cvslog] r13321 - trunk/libavfilter/graphparser.c

vitor subversion
Sat May 24 22:40:35 CEST 2008


Author: vitor
Date: Sat May 24 22:40:35 2008
New Revision: 13321

Log:
A semi-colon is also a string end
Commited in SoC by Vitor Sessak on 2008-04-21 18:40:05


Modified:
   trunk/libavfilter/graphparser.c

Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c	(original)
+++ trunk/libavfilter/graphparser.c	Sat May 24 22:40:35 2008
@@ -107,6 +107,7 @@ static char *consume_string(const char *
         case '[':
         case '=':
         case ',':
+        case ';':
         case ' ':
         case '\n':
             *out++= 0;




More information about the ffmpeg-cvslog mailing list