Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksym Veremeyenko <verem@m1.tv>2017-08-18 16:34:06 +0300
committerMarton Balint <cus@passwd.hu>2017-08-27 19:07:50 +0300
commit2634927fe30ea4a821db515c6b7f77458f5c4bc5 (patch)
tree642d1fb24b41356a13f67e72246ec0046425262e /libavdevice/version.h
parent84ee6512ed70e4eeb37559e2ed1d830d198c8a15 (diff)
lavd: implement NewTek NDI input/output device support
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/version.h')
-rw-r--r--libavdevice/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h
index e0d3680578..948e4e1e08 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVDEVICE_VERSION_MAJOR 57
-#define LIBAVDEVICE_VERSION_MINOR 7
-#define LIBAVDEVICE_VERSION_MICRO 101
+#define LIBAVDEVICE_VERSION_MINOR 8
+#define LIBAVDEVICE_VERSION_MICRO 100
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
LIBAVDEVICE_VERSION_MINOR, \