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:
authorDave Rice <dave@dericed.com>2017-10-18 22:21:46 +0300
committerMarton Balint <cus@passwd.hu>2017-10-18 22:45:24 +0300
commit89cc48551bbe9f147ba9f4ca3821a35797cf7b47 (patch)
treedcffc3ffa0c62cd137443ce6ce6d49d041bea34f /libavdevice/version.h
parentc37de519202ac2e5f20141673081b0e6b57ab983 (diff)
avdevice/decklink_dec: 32 bit audio support
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavdevice/version.h')
-rw-r--r--libavdevice/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h
index d3622c5395..68defac417 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -29,7 +29,7 @@
#define LIBAVDEVICE_VERSION_MAJOR 57
#define LIBAVDEVICE_VERSION_MINOR 11
-#define LIBAVDEVICE_VERSION_MICRO 100
+#define LIBAVDEVICE_VERSION_MICRO 101
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
LIBAVDEVICE_VERSION_MINOR, \