summaryrefslogtreecommitdiff
path: root/libavdevice/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-24 19:32:59 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-11-26 18:14:52 +0100
commit7de3b1394b71118279e8f997be490633bc3f5d46 (patch)
tree2e0cfab2ba3097e625cd3e1608af4107fa843d2a /libavdevice/version.h
parent3c846fda1ca306d5e265ec87948f57e5c5d431ce (diff)
lavd/sdl: add event handler thread
SDL_Init() is called on the event handler thread, as required by SDL in Windows to avoid deadlocks as discovered by Roger Pack. Fix trac ticket #1743 and #1744.
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 4f4ec99d94..8e3ff7f2ca 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -29,7 +29,7 @@
#define LIBAVDEVICE_VERSION_MAJOR 55
#define LIBAVDEVICE_VERSION_MINOR 5
-#define LIBAVDEVICE_VERSION_MICRO 100
+#define LIBAVDEVICE_VERSION_MICRO 101
#define LIBAVDEVICE_VERSION_INT AV_VERSION_INT(LIBAVDEVICE_VERSION_MAJOR, \
LIBAVDEVICE_VERSION_MINOR, \