diff options
author | Felix Matouschek <felix@matouschek.org> | 2018-02-20 09:41:46 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-02-22 00:29:27 +0100 |
commit | 5ac3a309fddde79db1f70269fbcbd0ba4d94d30e (patch) | |
tree | fbb576204fb2d7e42ab91f220f6332f90e15b43a /libavdevice/version.h | |
parent | ecb3d6edc3b756cc1d40b1073f244b581ef5bcfb (diff) | |
download | ffmpeg-5ac3a309fddde79db1f70269fbcbd0ba4d94d30e.tar.gz |
avdevice: add android_camera indev
This commit adds an indev for Android devices on API level 24+ which
uses the Android NDK Camera2 API to capture video from builtin cameras
Signed-off-by: Felix Matouschek <felix@matouschek.org>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavdevice/version.h')
-rw-r--r-- | libavdevice/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h index e5f60032f7..80285a2611 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVDEVICE_VERSION_MAJOR 58 -#define LIBAVDEVICE_VERSION_MINOR 1 +#define LIBAVDEVICE_VERSION_MINOR 2 #define LIBAVDEVICE_VERSION_MICRO 100 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ |