From af87671309f21437910c97b80f6de1bb6cdf092b Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 9 May 2019 22:18:24 +0200 Subject: [PATCH] Bump minimum VapourSynth version. --- src/source_vapoursynth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source_vapoursynth.cpp b/src/source_vapoursynth.cpp index 7884b28..a86044f 100644 --- a/src/source_vapoursynth.cpp +++ b/src/source_vapoursynth.cpp @@ -30,7 +30,7 @@ #include static const unsigned int VER_X264_VSPIPE_API = 3; -static const unsigned int VER_X264_VSPIPE_VER = 24; +static const unsigned int VER_X264_VSPIPE_VER = 43; // ------------------------------------------------------------ // Encoder Info