From b7487f4f3c39b4b202e1ea7bb2de13902f2dee45 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Sat, 4 Mar 2017 23:57:29 +0000 Subject: 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. --- libavutil/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/version.h') 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, \ -- cgit v1.2.3