mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avfilter/graphparser: 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
83065939cb
commit
1d4400ac7f
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
#include "libavutil/mem.h"
|
||||
#include "avfilter.h"
|
||||
|
||||
#define WHITESPACES " \n\t"
|
||||
#define WHITESPACES " \n\t\r"
|
||||
|
||||
/**
|
||||
* Link two filters together.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue