]> git.sesse.net Git - vlc/commit
DMO: use COINIT_MULTITHREADED instead of COINIT_APARTMENTTHREADED
authorSteve Lhomme <robUx4@videolabs.io>
Wed, 18 Mar 2015 09:57:55 +0000 (09:57 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 19 Mar 2015 11:12:16 +0000 (12:12 +0100)
commit6e8d1764f191317f793dbd4b5df60ce040d38358
tree125d01d09dc2241194c2b9e435114b98b8f254b1
parent7502a03b70b5c48f9162250d9437515323dbf2f6
DMO: use COINIT_MULTITHREADED instead of COINIT_APARTMENTTHREADED

Fixes #14202

All the other CoInitializeEx() calls and now using multithreading, except for
this code which is called in UpdateRects()
See modules/video_output/msw/common.c l286

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/dmo/dmo.c