diff options
author | Alexandre Lision <alexandre.lision@savoirfairelinux.com> | 2015-11-23 17:08:50 -0500 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-11-26 10:55:28 +0100 |
commit | 4f979418c723652ad4e43115118c57a44bd46b52 (patch) | |
tree | 7d38fc9b6d9a07efa94ea74fcfae5c4ccb21bd0a /libavdevice/version.h | |
parent | 9f57f134c19773d54269b6cb9ee455ff87c2e9e1 (diff) | |
download | ffmpeg-4f979418c723652ad4e43115118c57a44bd46b52.tar.gz |
avfoundation: Simple capture
Originally based on the capture written by
Thilo Borgmann <thilo.borgmann@mail.de>.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 0e047f7b43..a5297320da 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVDEVICE_VERSION_MAJOR 56 -#define LIBAVDEVICE_VERSION_MINOR 0 +#define LIBAVDEVICE_VERSION_MINOR 1 #define LIBAVDEVICE_VERSION_MICRO 0 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ |