From 1d4400ac7fb057cbfff62ab4ce72e7b19c68f929 Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Fri, 6 May 2016 07:37:12 +0700 Subject: avfilter/graphparser: add '\r' as whitespace for compatibility with platforms that treat it as newline Signed-off-by: Muhammad Faiz --- libavfilter/graphparser.c | 2 +- libavfilter/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 8d15b5dfe0..ce5be1b937 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 d7f9c546a9..1a9c4ac5cf 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, \ -- cgit v1.2.3