ffmpeginteropx / FFmpegInteropX

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

Fix first-chance exception in AttachedFileHelper #291

Closed lukasf closed 2 years ago

lukasf commented 2 years ago

I also used TryLookup in AttachedFileHelper. This removes it to prevent first-chance exceptions popping up. I also checked that there are no other uses of this method.