Browse Source

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
tags/v0.5
Vitor Sessak 17 years ago
parent
commit
dbec351d9f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/graphparser.c

+ 1
- 0
libavfilter/graphparser.c View File

@@ -107,6 +107,7 @@ static char *consume_string(const char **buf)
case '[':
case '=':
case ',':
case ';':
case ' ':
case '\n':
*out++= 0;


Loading…
Cancel
Save