[FFmpeg-soc] [soc]: r2135 - libavfilter/graphparser.c

vitor subversion at mplayerhq.hu
Mon Apr 21 20:40:05 CEST 2008


Author: vitor
Date: Mon Apr 21 20:40:05 2008
New Revision: 2135

Log:
A semi-colon is also a string end

Modified:
   libavfilter/graphparser.c

Modified: libavfilter/graphparser.c
==============================================================================
--- libavfilter/graphparser.c	(original)
+++ libavfilter/graphparser.c	Mon Apr 21 20:40:05 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-soc mailing list