summaryrefslogtreecommitdiff
path: root/libavfilter/version.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2018-10-21 13:49:16 -0700
committerPhilip Langdale <philipl@overt.org>2018-11-02 11:26:30 -0700
commitd5272e94ab22bfc8f01fa3174e2c4664161ddf5a (patch)
tree00c8aecd37e3efa10dcf80ad2f3a17c870d96d54 /libavfilter/version.h
parent598f0f39271d6033588b4d8ccc672c5bdc85fec7 (diff)
avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacer
This is a cuda implementation of yadif, which gives us a way to do deinterlacing when using the nvdec hwaccel. In that scenario we don't have access to the nvidia deinterlacer.
Diffstat (limited to 'libavfilter/version.h')
-rw-r--r--libavfilter/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/version.h b/libavfilter/version.h
index 2ddbf735ea..83b18008ce 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 7
-#define LIBAVFILTER_VERSION_MINOR 42
+#define LIBAVFILTER_VERSION_MINOR 43
#define LIBAVFILTER_VERSION_MICRO 100
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \