mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ffserver: steal SPACE_CHARS, remove one reason for internal.h that way
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
ecb40dee32
commit
73ce1d864c
@ -1273,6 +1273,8 @@ static void get_word(char *buf, int buf_size, const char **pp)
|
||||
const char *p;
|
||||
char *q;
|
||||
|
||||
#define SPACE_CHARS " \t\r\n"
|
||||
|
||||
p = *pp;
|
||||
p += strspn(p, SPACE_CHARS);
|
||||
q = buf;
|
||||
|
Loading…
Reference in New Issue
Block a user