ffmpeginteropx / FFmpegInteropX

FFmpeg decoding library for Windows 10 UWP and WinUI 3 Apps
Apache License 2.0
212 stars 53 forks source link

Use lock_guard to simplify and harden mutex handling #279

Closed lukasf closed 2 years ago

lukasf commented 2 years ago

Also using .data() to get IBuffer content instead of manual COM interop

brabebhin commented 2 years ago

Looks good.