You've already forked FFmpeg
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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user