diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-03-04 23:57:28 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-03-20 23:15:43 +0000 |
commit | b266ad56fe0e4ce5bb70118ba2e2b1dabfaf76ce (patch) | |
tree | 9ffc32c7d86e1c40ea8c4c343a8339b7d6387b48 /libavutil/version.h | |
parent | b864230c49089b087eef56988a3d6a784f6f9827 (diff) | |
download | ffmpeg-b266ad56fe0e4ce5bb70118ba2e2b1dabfaf76ce.tar.gz |
hwcontext: Add device derivation
Creates a new device context from another of a different type which
refers to the same underlying hardware.
Diffstat (limited to 'libavutil/version.h')
-rw-r--r-- | libavutil/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/version.h b/libavutil/version.h index 0f2b684fa8..7c0e852498 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -54,7 +54,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 55 -#define LIBAVUTIL_VERSION_MINOR 33 +#define LIBAVUTIL_VERSION_MINOR 34 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |