]> git.sesse.net Git - vlc/commit
DirectX/GDI: use COINIT_MULTITHREADED instead of COINIT_APARTMENTTHREADED
authorSteve Lhomme <robUx4@videolabs.io>
Wed, 18 Mar 2015 10:05:55 +0000 (10:05 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 19 Mar 2015 13:07:34 +0000 (14:07 +0100)
commita27dd41ea5d2a31bc1fda849e6d80369b1303912
treecd927bec6743b61f89b4428544b8bd0d8bed5365
parentfcf5a9e513ba11c68d47b39239e0b5ecdad2eaad
DirectX/GDI: use COINIT_MULTITHREADED instead of COINIT_APARTMENTTHREADED

The renderer may be updated in the DMO thread which uses COINIT_MULTITHREADED

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/msw/common.c