mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 13:45:37 +01:00
avutil/parsing: add '\r' as whitespace
for compatibility with platforms that treat it as newline Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
This commit is contained in:
@@ -1395,7 +1395,7 @@ int av_set_options_string(void *ctx, const char *opts,
|
||||
return count;
|
||||
}
|
||||
|
||||
#define WHITESPACES " \n\t"
|
||||
#define WHITESPACES " \n\t\r"
|
||||
|
||||
static int is_key_char(char c)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user