diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-02-01 10:15:51 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-02-15 10:16:15 +0100 |
commit | be95df12bb06b183c8d2aea3b0831fdf05466cf3 (patch) | |
tree | 496462d3c96b633759bd863bfc9221b408395a91 /libavcodec/version.h | |
parent | a67734596dca097584965916e0ba90e81af3163c (diff) | |
download | ffmpeg-be95df12bb06b183c8d2aea3b0831fdf05466cf3.tar.gz |
lavc/mpeg*: drop the XvMC hwaccel code
XvMC was last relevant over 10 years ago, if ever. There is no reason to
use it today.
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 a46fb05f1a..b5867ad041 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 59 -#define LIBAVCODEC_VERSION_MINOR 20 +#define LIBAVCODEC_VERSION_MINOR 21 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |