diff options
author | Mark Thompson <mrt@jkqxz.net> | 2017-01-09 19:17:37 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-02-08 19:14:05 +0000 |
commit | 3b95c7c17de0c5048eb1d38454e1c88e85517067 (patch) | |
tree | bca51519918d55b99d348ab41b1f5b728e8705fe /libavcodec/version.h | |
parent | eefa4b76ee5a1059a36d8bd77b123c2cfbfea604 (diff) | |
download | ffmpeg-3b95c7c17de0c5048eb1d38454e1c88e85517067.tar.gz |
vaapi_encode: Add MPEG-2 support
(cherry picked from commit ca6ae3b77a7e6600e517723b90e57527a47809de)
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 c038e4b093..82a89f9c42 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 57 -#define LIBAVCODEC_VERSION_MINOR 75 +#define LIBAVCODEC_VERSION_MINOR 76 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |