From 7de3b1394b71118279e8f997be490633bc3f5d46 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 24 Nov 2013 19:32:59 +0100 Subject: 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. --- libavdevice/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/version.h') 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, \ -- cgit v1.2.3