Sascha-L / WPF-MediaKit

Microsoft Public License
366 stars 116 forks source link

D3dRenderer locking speedup #30

Closed xmedeko closed 7 years ago

xmedeko commented 7 years ago

Speedup is expecially by using BeginInvoke for InvalidateVideoImage(). Probably fixing #15

xmedeko commented 7 years ago

@Sascha-L we use this speedup in a production app for several thousands of users and have no problem so far.