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, \