diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2021-08-13 10:47:28 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2021-08-16 10:00:39 +0800 |
commit | 694ec84ae92f64694c6d6dcd57dcd0bfaf0596f9 (patch) | |
tree | c63c243cea16142bf0537ef7d62174f1eac36063 /libavdevice/version.h | |
parent | 13460af45621f2f01d3717cb93d6d09a60e63510 (diff) | |
download | ffmpeg-694ec84ae92f64694c6d6dcd57dcd0bfaf0596f9.tar.gz |
avdevice/decklink: support for more duplex mode for Decklink 8K Pro
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
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 6021a0dd65..8daeb0059a 100644 --- a/libavdevice/version.h +++ b/libavdevice/version.h @@ -29,7 +29,7 @@ #define LIBAVDEVICE_VERSION_MAJOR 59 #define LIBAVDEVICE_VERSION_MINOR 0 -#define LIBAVDEVICE_VERSION_MICRO 100 +#define LIBAVDEVICE_VERSION_MICRO 101 #define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \ LIBAVDEVICE_VERSION_MINOR, \ |