mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +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:
parent
9c1aa14bf0
commit
83065939cb
4 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue