[FFmpeg-cvslog] avfilter/graphparser: add '\r' as whitespace
Muhammad Faiz
git at videolan.org
Fri May 6 02:47:26 CEST 2016
ffmpeg | branch: master | Muhammad Faiz <mfcc64 at gmail.com> | Fri May 6 07:37:12 2016 +0700| [1d4400ac7fb057cbfff62ab4ce72e7b19c68f929] | committer: Muhammad Faiz
avfilter/graphparser: add '\r' as whitespace
for compatibility with platforms that treat it
as newline
Signed-off-by: Muhammad Faiz <mfcc64 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d4400ac7fb057cbfff62ab4ce72e7b19c68f929
---
libavfilter/graphparser.c | 2 +-
libavfilter/version.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index 8d15b5d..ce5be1b 100644
--- a/libavfilter/graphparser.c
+++ b/libavfilter/graphparser.c
@@ -27,7 +27,7 @@
#include "libavutil/mem.h"
#include "avfilter.h"
-#define WHITESPACES " \n\t"
+#define WHITESPACES " \n\t\r"
/**
* Link two filters together.
diff --git a/libavfilter/version.h b/libavfilter/version.h
index d7f9c54..1a9c4ac 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 6
-#define LIBAVFILTER_VERSION_MINOR 44
+#define LIBAVFILTER_VERSION_MINOR 45
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
More information about the ffmpeg-cvslog
mailing list