diff options
author | Mark Thompson <sw@jkqxz.net> | 2017-03-04 23:57:29 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-03-20 23:15:43 +0000 |
commit | b7487f4f3c39b4b202e1ea7bb2de13902f2dee45 (patch) | |
tree | 1acb24ecaa19ce105040f71db8ddc87a379b5e8a /libavutil/version.h | |
parent | b266ad56fe0e4ce5bb70118ba2e2b1dabfaf76ce (diff) | |
download | ffmpeg-b7487f4f3c39b4b202e1ea7bb2de13902f2dee45.tar.gz |
hwcontext: Make it easier to work with device types
Adds functions to convert to/from strings and a function to iterate
over all supported device types. Also adds a new invalid type
AV_HWDEVICE_TYPE_NONE, which acts as a sentinel value.
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 7c0e852498..f952cc48dd 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -54,7 +54,7 @@ */ #define LIBAVUTIL_VERSION_MAJOR 55 -#define LIBAVUTIL_VERSION_MINOR 34 +#define LIBAVUTIL_VERSION_MINOR 35 #define LIBAVUTIL_VERSION_MICRO 0 #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ |