diff options
author | Philip Langdale <philipl@overt.org> | 2019-08-29 21:43:29 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2023-06-16 12:52:32 -0700 |
commit | 73a2252f1d9062fa877ef153532bc35351dafab6 (patch) | |
tree | 1df681929bba40b23350a3019b30931a1a8be3c2 /libavcodec/version.h | |
parent | 3c07c2489d94ea0da0b575a4b2bb59f13de0bf6f (diff) | |
download | ffmpeg-73a2252f1d9062fa877ef153532bc35351dafab6.tar.gz |
avfilter/vf_bwdif_cuda: CUDA accelerated bwdif deinterlacer
I've been sitting on this for 3 1/2 years now(!), and I finally got
around to fixing the loose ends and convincing myself that it was
correct. It follows the same basic structure as yadif_cuda, including
leaving out the edge handling, to avoid expensive branching.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 4b7ec515fe..d0980e28de 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 19 +#define LIBAVCODEC_VERSION_MINOR 20 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |